Html Css Color HEX #ABAA0B Citrus

📋 copy color: '#ABAA0B'

red 171 ◦ green 170 ◦ blue 11

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

Shades of Citrus #ABAA0B

Tints of Citrus #ABAA0B

RGB

 RED value IS 171 (67.19% from 255) = 48.58%

 GREEN value IS 170 (66.8% from 255) = 48.3%

 BLUE value IS 11 (4.69% from 255) = 3.13%

R = 48.58%
G = 48.3%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#ABAA0B (or 0xABAA0B) is known color: Citrus. HEX triplet: AB, AA and 0B. RGB value is (171,170,11). Sum of RGB (Red+Green+Blue) = 171+170+11=352 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.58% from 352); Green value is 170 (66.80% from 255 or 48.30% from 352); Blue value is 11 (4.69% from 255 or 3.12% from 352); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABAA0B is #5455F4. Grayscale: #989898. Windows color (decimal): -5527029 or 764587. OLE color: 764587.

HSL color Cylindrical-coordinate representation of color #ABAA0B: hue angle of 59.62º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ABAA0B is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 170 11 -
CMYK 0 0.01 0.94 0.33
HSL 59.63º 0.88% 0.36% -
HSV(B) 59.63º 0.94% 0.67% -
XYZ 31.23 37.43 5.9 -
YUV 152.17 48.33 141.43 -
System Red Green Blue C M Y K H S L
Decimal 171 170 11 0 0.01 0.94 0.33 59.63 0.88 0.36
Hex AB AA B 0 1 5E 21 3C 58 24
Octal 253 252 13 0 1 136 41 74 130 44
Binary 10101011 10101010 1011 0 1 1011110 100001 111100 1011000 100100

Color Harmonies of #ABAA0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAA0B

Black with #ABAA0B

Text Example


Text Example

White with #ABAA0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAA0B; }

 p { color: rgb(171,170,11); }

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

background-color css

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

 a { background-color: rgb(171,170,11); }

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

border-color css

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

 span { border-color: rgb(171,170,11); }

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