Html Css Color HEX #A0BB12 Citrus

📋 copy color: '#A0BB12'

red 160 ◦ green 187 ◦ blue 18

#A0BB12
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citrus #A0BB12

Tints of Citrus #A0BB12

RGB

 RED value IS 160 (62.89% from 255) = 43.84%

 GREEN value IS 187 (73.44% from 255) = 51.23%

 BLUE value IS 18 (7.42% from 255) = 4.93%

R = 43.84%
G = 51.23%
B = 4.93%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.90

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A0BB12 (or 0xA0BB12) is known color: Citrus. HEX triplet: A0, BB and 12. RGB value is (160,187,18). Sum of RGB (Red+Green+Blue) = 160+187+18=365 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.84% from 365); Green value is 187 (73.44% from 255 or 51.23% from 365); Blue value is 18 (7.42% from 255 or 4.93% from 365); Max value from RGB is 187 - color contains mainly: green. Hex color #A0BB12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0BB12 is #5F44ED. Grayscale: #A0A0A0. Windows color (decimal): -6243566 or 1227680. OLE color: 1227680.

HSL color Cylindrical-coordinate representation of color #A0BB12: hue angle of 69.59º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A0BB12 is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 187 18 -
CMYK 0.14 0 0.90 0.27
HSL 69.59º 0.82% 0.4% -
HSV(B) 69.59º 0.9% 0.73% -
XYZ 32.38 43.06 7.18 -
YUV 159.66 48.05 128.24 -
System Red Green Blue C M Y K H S L
Decimal 160 187 18 0.14 0 0.90 0.27 69.59 0.82 0.4
Hex A0 BB 12 E 0 5A 1B 46 52 28
Octal 240 273 22 16 0 132 33 106 122 50
Binary 10100000 10111011 10010 1110 0 1011010 11011 1000110 1010010 101000

Color Harmonies of #A0BB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BB12

Black with #A0BB12

Text Example


Text Example

White with #A0BB12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BB12; }

 p { color: rgb(160,187,18); }

 H1.HeaderClassName
 {
   color: #A0BB12;
 }
 .AnyTagClassName
 {
   color: #A0BB12;
 }
</style>

background-color css

<style>
 a { background-color: #A0BB12; }

 a { background-color: rgb(160,187,18); }

 div.DivClassName
 {
   background-color: #A0BB12;
 }
 .BgClassName
 {
   background-color: #A0BB12;
 }
</style>

border-color css

<style>
 span { border-color: #A0BB12; }

 span { border-color: rgb(160,187,18); }

 td.TdClassName
 {
   border-color: #A0BB12;
 }
 .TagClassName
 {
   border-color: #A0BB12;
 }
</style>