Html Css Color HEX #ABA80B Citrus

📋 copy color: '#ABA80B'

red 171 ◦ green 168 ◦ blue 11

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

Shades of Citrus #ABA80B

Tints of Citrus #ABA80B

RGB

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

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

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

R = 48.86%
G = 48%
B = 3.14%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#ABA80B (or 0xABA80B) is known color: Citrus. HEX triplet: AB, A8 and 0B. RGB value is (171,168,11). Sum of RGB (Red+Green+Blue) = 171+168+11=350 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.86% from 350); Green value is 168 (66.02% from 255 or 48% from 350); Blue value is 11 (4.69% from 255 or 3.14% from 350); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA80B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA80B is #5457F4. Grayscale: #979797. Windows color (decimal): -5527541 or 764075. OLE color: 764075.

HSL color Cylindrical-coordinate representation of color #ABA80B: hue angle of 58.88º 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 #ABA80B is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 168 11 -
CMYK 0 0.02 0.94 0.33
HSL 58.88º 0.88% 0.36% -
HSV(B) 58.88º 0.94% 0.67% -
XYZ 30.86 36.69 5.77 -
YUV 151 48.99 142.27 -
System Red Green Blue C M Y K H S L
Decimal 171 168 11 0 0.02 0.94 0.33 58.88 0.88 0.36
Hex AB A8 B 0 2 5E 21 3B 58 24
Octal 253 250 13 0 2 136 41 73 130 44
Binary 10101011 10101000 1011 0 10 1011110 100001 111011 1011000 100100

Color Harmonies of #ABA80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA80B

Black with #ABA80B

Text Example


Text Example

White with #ABA80B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA80B; }

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

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

background-color css

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

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

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

border-color css

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

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

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