Html Css Color HEX #ABC204 Citrus

📋 copy color: '#ABC204'

red 171 ◦ green 194 ◦ blue 4

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

Shades of Citrus #ABC204

Tints of Citrus #ABC204

RGB

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

 GREEN value IS 194 (76.17% from 255) = 52.57%

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

R = 46.34%
G = 52.57%
B = 1.08%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#ABC204 (or 0xABC204) is known color: Citrus. HEX triplet: AB, C2 and 04. RGB value is (171,194,4). Sum of RGB (Red+Green+Blue) = 171+194+4=369 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.34% from 369); Green value is 194 (76.17% from 255 or 52.57% from 369); Blue value is 4 (1.95% from 255 or 1.08% from 369); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC204 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC204 is #543DFB. Grayscale: #A6A6A6. Windows color (decimal): -5520892 or 311979. OLE color: 311979.

HSL color Cylindrical-coordinate representation of color #ABC204: hue angle of 67.26º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ABC204 is Cyan = 0.12, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 171 194 4 -
CMYK 0.12 0 0.98 0.24
HSL 67.26º 0.96% 0.39% -
HSV(B) 67.26º 0.98% 0.76% -
XYZ 36.11 47.25 7.33 -
YUV 165.46 36.88 131.95 -
System Red Green Blue C M Y K H S L
Decimal 171 194 4 0.12 0 0.98 0.24 67.26 0.96 0.39
Hex AB C2 4 C 0 62 18 43 60 27
Octal 253 302 4 14 0 142 30 103 140 47
Binary 10101011 11000010 100 1100 0 1100010 11000 1000011 1100000 100111

Color Harmonies of #ABC204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC204

Black with #ABC204

Text Example


Text Example

White with #ABC204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC204; }

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

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

background-color css

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

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

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

border-color css

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

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

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