Html Css Color HEX #ABC208 Citrus

📋 copy color: '#ABC208'

red 171 ◦ green 194 ◦ blue 8

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

Shades of Citrus #ABC208

Tints of Citrus #ABC208

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.14%

R = 45.84%
G = 52.01%
B = 2.14%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#ABC208 (or 0xABC208) is known color: Citrus. HEX triplet: AB, C2 and 08. RGB value is (171,194,8). Sum of RGB (Red+Green+Blue) = 171+194+8=373 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.84% from 373); Green value is 194 (76.17% from 255 or 52.01% from 373); Blue value is 8 (3.52% from 255 or 2.14% from 373); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC208 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC208 is #543DF7. Grayscale: #A6A6A6. Windows color (decimal): -5520888 or 574123. OLE color: 574123.

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

Color convert

RGB 171 194 8 -
CMYK 0.12 0 0.96 0.24
HSL 67.42º 0.92% 0.4% -
HSV(B) 67.42º 0.96% 0.76% -
XYZ 36.13 47.26 7.45 -
YUV 165.92 38.88 131.62 -
System Red Green Blue C M Y K H S L
Decimal 171 194 8 0.12 0 0.96 0.24 67.42 0.92 0.4
Hex AB C2 8 C 0 60 18 43 5C 28
Octal 253 302 10 14 0 140 30 103 134 50
Binary 10101011 11000010 1000 1100 0 1100000 11000 1000011 1011100 101000

Color Harmonies of #ABC208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC208

Black with #ABC208

Text Example


Text Example

White with #ABC208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC208; }

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

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

background-color css

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

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

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

border-color css

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

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

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