Html Css Color HEX #ABBF0A Citrus

📋 copy color: '#ABBF0A'

red 171 ◦ green 191 ◦ blue 10

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

Shades of Citrus #ABBF0A

Tints of Citrus #ABBF0A

RGB

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

 GREEN value IS 191 (75% from 255) = 51.34%

 BLUE value IS 10 (4.3% from 255) = 2.69%

R = 45.97%
G = 51.34%
B = 2.69%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#ABBF0A (or 0xABBF0A) is known color: Citrus. HEX triplet: AB, BF and 0A. RGB value is (171,191,10). Sum of RGB (Red+Green+Blue) = 171+191+10=372 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.97% from 372); Green value is 191 (75% from 255 or 51.34% from 372); Blue value is 10 (4.30% from 255 or 2.69% from 372); Max value from RGB is 191 - color contains mainly: green. Hex color #ABBF0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABBF0A is #5440F5. Grayscale: #A5A5A5. Windows color (decimal): -5521654 or 704427. OLE color: 704427.

HSL color Cylindrical-coordinate representation of color #ABBF0A: hue angle of 66.63º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ABBF0A is Cyan = 0.10, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 191 10 -
CMYK 0.10 0 0.95 0.25
HSL 66.63º 0.9% 0.39% -
HSV(B) 66.63º 0.95% 0.75% -
XYZ 35.48 45.94 7.28 -
YUV 164.39 40.87 132.72 -
System Red Green Blue C M Y K H S L
Decimal 171 191 10 0.10 0 0.95 0.25 66.63 0.9 0.39
Hex AB BF A A 0 5F 19 43 5A 27
Octal 253 277 12 12 0 137 31 103 132 47
Binary 10101011 10111111 1010 1010 0 1011111 11001 1000011 1011010 100111

Color Harmonies of #ABBF0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBF0A

Black with #ABBF0A

Text Example


Text Example

White with #ABBF0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBF0A; }

 p { color: rgb(171,191,10); }

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

background-color css

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

 a { background-color: rgb(171,191,10); }

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

border-color css

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

 span { border-color: rgb(171,191,10); }

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