Html Css Color HEX #ABAC04 Citrus

📋 copy color: '#ABAC04'

red 171 ◦ green 172 ◦ blue 4

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

Shades of Citrus #ABAC04

Tints of Citrus #ABAC04

RGB

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

 GREEN value IS 172 (67.58% from 255) = 49.57%

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

R = 49.28%
G = 49.57%
B = 1.15%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#ABAC04 (or 0xABAC04) is known color: Citrus. HEX triplet: AB, AC and 04. RGB value is (171,172,4). Sum of RGB (Red+Green+Blue) = 171+172+4=347 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.28% from 347); Green value is 172 (67.58% from 255 or 49.57% from 347); Blue value is 4 (1.95% from 255 or 1.15% from 347); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABAC04 is #5453FB. Grayscale: #999999. Windows color (decimal): -5526524 or 306347. OLE color: 306347.

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

Color convert

RGB 171 172 4 -
CMYK 0.01 0 0.98 0.33
HSL 60.36º 0.95% 0.35% -
HSV(B) 60.36º 0.98% 0.67% -
XYZ 31.57 38.17 5.82 -
YUV 152.55 44.17 141.16 -
System Red Green Blue C M Y K H S L
Decimal 171 172 4 0.01 0 0.98 0.33 60.36 0.95 0.35
Hex AB AC 4 1 0 62 21 3C 5F 23
Octal 253 254 4 1 0 142 41 74 137 43
Binary 10101011 10101100 100 1 0 1100010 100001 111100 1011111 100011

Color Harmonies of #ABAC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAC04

Black with #ABAC04

Text Example


Text Example

White with #ABAC04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAC04; }

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

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

background-color css

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

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

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

border-color css

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

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

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