Html Css Color HEX #ABAF04 Citrus

📋 copy color: '#ABAF04'

red 171 ◦ green 175 ◦ blue 4

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

Shades of Citrus #ABAF04

Tints of Citrus #ABAF04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.14%

R = 48.86%
G = 50%
B = 1.14%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#ABAF04 (or 0xABAF04) is known color: Citrus. HEX triplet: AB, AF and 04. RGB value is (171,175,4). Sum of RGB (Red+Green+Blue) = 171+175+4=350 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.86% from 350); Green value is 175 (68.75% from 255 or 50% from 350); Blue value is 4 (1.95% from 255 or 1.14% from 350); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABAF04 is #5450FB. Grayscale: #9A9A9A. Windows color (decimal): -5525756 or 307115. OLE color: 307115.

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

Color convert

RGB 171 175 4 -
CMYK 0.02 0 0.98 0.31
HSL 61.4º 0.96% 0.35% -
HSV(B) 61.4º 0.98% 0.69% -
XYZ 32.15 39.33 6.01 -
YUV 154.31 43.17 139.9 -
System Red Green Blue C M Y K H S L
Decimal 171 175 4 0.02 0 0.98 0.31 61.4 0.96 0.35
Hex AB AF 4 2 0 62 1F 3D 60 23
Octal 253 257 4 2 0 142 37 75 140 43
Binary 10101011 10101111 100 10 0 1100010 11111 111101 1100000 100011

Color Harmonies of #ABAF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAF04

Black with #ABAF04

Text Example


Text Example

White with #ABAF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAF04; }

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

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

background-color css

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

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

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

border-color css

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

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

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