Html Css Color HEX #ABC206 Citrus

📋 copy color: '#ABC206'

red 171 ◦ green 194 ◦ blue 6

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

Shades of Citrus #ABC206

Tints of Citrus #ABC206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.62%

R = 46.09%
G = 52.29%
B = 1.62%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#ABC206 (or 0xABC206) is known color: Citrus. HEX triplet: AB, C2 and 06. RGB value is (171,194,6). Sum of RGB (Red+Green+Blue) = 171+194+6=371 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.09% from 371); Green value is 194 (76.17% from 255 or 52.29% from 371); Blue value is 6 (2.73% from 255 or 1.62% from 371); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC206 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC206 is #543DF9. Grayscale: #A6A6A6. Windows color (decimal): -5520890 or 443051. OLE color: 443051.

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

Color convert

RGB 171 194 6 -
CMYK 0.12 0 0.97 0.24
HSL 67.34º 0.94% 0.39% -
HSV(B) 67.34º 0.97% 0.76% -
XYZ 36.12 47.25 7.39 -
YUV 165.69 37.88 131.79 -
System Red Green Blue C M Y K H S L
Decimal 171 194 6 0.12 0 0.97 0.24 67.34 0.94 0.39
Hex AB C2 6 C 0 61 18 43 5E 27
Octal 253 302 6 14 0 141 30 103 136 47
Binary 10101011 11000010 110 1100 0 1100001 11000 1000011 1011110 100111

Color Harmonies of #ABC206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC206

Black with #ABC206

Text Example


Text Example

White with #ABC206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC206; }

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

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

background-color css

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

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

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

border-color css

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

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

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