Html Css Color HEX #ABAF14 Citrus

📋 copy color: '#ABAF14'

red 171 ◦ green 175 ◦ blue 20

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

Shades of Citrus #ABAF14

Tints of Citrus #ABAF14

RGB

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

 GREEN value IS 175 (68.75% from 255) = 47.81%

 BLUE value IS 20 (8.2% from 255) = 5.46%

R = 46.72%
G = 47.81%
B = 5.46%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#ABAF14 (or 0xABAF14) is known color: Citrus. HEX triplet: AB, AF and 14. RGB value is (171,175,20). Sum of RGB (Red+Green+Blue) = 171+175+20=366 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.72% from 366); Green value is 175 (68.75% from 255 or 47.81% from 366); Blue value is 20 (8.20% from 255 or 5.46% from 366); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABAF14 is #5450EB. Grayscale: #9C9C9C. Windows color (decimal): -5525740 or 1355691. OLE color: 1355691.

HSL color Cylindrical-coordinate representation of color #ABAF14: hue angle of 61.55º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ABAF14 is Cyan = 0.02, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 171 175 20 -
CMYK 0.02 0 0.89 0.31
HSL 61.55º 0.79% 0.38% -
HSV(B) 61.55º 0.89% 0.69% -
XYZ 32.25 39.37 6.56 -
YUV 156.13 51.17 138.6 -
System Red Green Blue C M Y K H S L
Decimal 171 175 20 0.02 0 0.89 0.31 61.55 0.79 0.38
Hex AB AF 14 2 0 59 1F 3E 4F 26
Octal 253 257 24 2 0 131 37 76 117 46
Binary 10101011 10101111 10100 10 0 1011001 11111 111110 1001111 100110

Color Harmonies of #ABAF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAF14

Black with #ABAF14

Text Example


Text Example

White with #ABAF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAF14; }

 p { color: rgb(171,175,20); }

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

background-color css

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

 a { background-color: rgb(171,175,20); }

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

border-color css

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

 span { border-color: rgb(171,175,20); }

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