Html Css Color HEX #ABC802 Citrus

📋 copy color: '#ABC802'

red 171 ◦ green 200 ◦ blue 2

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

Shades of Citrus #ABC802

Tints of Citrus #ABC802

RGB

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

 GREEN value IS 200 (78.52% from 255) = 53.62%

 BLUE value IS 2 (1.17% from 255) = 0.54%

R = 45.84%
G = 53.62%
B = 0.54%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#ABC802 (or 0xABC802) is known color: Citrus. HEX triplet: AB, C8 and 02. RGB value is (171,200,2). Sum of RGB (Red+Green+Blue) = 171+200+2=373 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.84% from 373); Green value is 200 (78.52% from 255 or 53.62% from 373); Blue value is 2 (1.17% from 255 or 0.54% from 373); Max value from RGB is 200 - color contains mainly: green. Hex color #ABC802 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC802 is #5437FD. Grayscale: #A9A9A9. Windows color (decimal): -5519358 or 182443. OLE color: 182443.

HSL color Cylindrical-coordinate representation of color #ABC802: hue angle of 68.79º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ABC802 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 171 200 2 -
CMYK 0.14 0 0.99 0.22
HSL 68.79º 0.98% 0.4% -
HSV(B) 68.79º 0.99% 0.78% -
XYZ 37.46 49.97 7.73 -
YUV 168.76 33.89 129.6 -
System Red Green Blue C M Y K H S L
Decimal 171 200 2 0.14 0 0.99 0.22 68.79 0.98 0.4
Hex AB C8 2 E 0 63 16 45 62 28
Octal 253 310 2 16 0 143 26 105 142 50
Binary 10101011 11001000 10 1110 0 1100011 10110 1000101 1100010 101000

Color Harmonies of #ABC802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC802

Black with #ABC802

Text Example


Text Example

White with #ABC802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC802; }

 p { color: rgb(171,200,2); }

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

background-color css

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

 a { background-color: rgb(171,200,2); }

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

border-color css

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

 span { border-color: rgb(171,200,2); }

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