Html Css Color HEX #ABA808 Citrus

📋 copy color: '#ABA808'

red 171 ◦ green 168 ◦ blue 8

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

Shades of Citrus #ABA808

Tints of Citrus #ABA808

RGB

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

 GREEN value IS 168 (66.02% from 255) = 48.41%

 BLUE value IS 8 (3.52% from 255) = 2.31%

R = 49.28%
G = 48.41%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#ABA808 (or 0xABA808) is known color: Citrus. HEX triplet: AB, A8 and 08. RGB value is (171,168,8). Sum of RGB (Red+Green+Blue) = 171+168+8=347 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.28% from 347); Green value is 168 (66.02% from 255 or 48.41% from 347); Blue value is 8 (3.52% from 255 or 2.31% from 347); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA808 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA808 is #5457F7. Grayscale: #979797. Windows color (decimal): -5527544 or 567467. OLE color: 567467.

HSL color Cylindrical-coordinate representation of color #ABA808: hue angle of 58.9º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ABA808 is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 168 8 -
CMYK 0 0.02 0.95 0.33
HSL 58.9º 0.91% 0.35% -
HSV(B) 58.9º 0.95% 0.67% -
XYZ 30.84 36.68 5.68 -
YUV 150.66 47.49 142.51 -
System Red Green Blue C M Y K H S L
Decimal 171 168 8 0 0.02 0.95 0.33 58.9 0.91 0.35
Hex AB A8 8 0 2 5F 21 3B 5B 23
Octal 253 250 10 0 2 137 41 73 133 43
Binary 10101011 10101000 1000 0 10 1011111 100001 111011 1011011 100011

Color Harmonies of #ABA808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA808

Black with #ABA808

Text Example


Text Example

White with #ABA808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA808; }

 p { color: rgb(171,168,8); }

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

background-color css

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

 a { background-color: rgb(171,168,8); }

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

border-color css

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

 span { border-color: rgb(171,168,8); }

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