Html Css Color HEX #ABC902 Citrus

📋 copy color: '#ABC902'

red 171 ◦ green 201 ◦ blue 2

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

Shades of Citrus #ABC902

Tints of Citrus #ABC902

RGB

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

 GREEN value IS 201 (78.91% from 255) = 53.74%

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

R = 45.72%
G = 53.74%
B = 0.53%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#ABC902 (or 0xABC902) is known color: Citrus. HEX triplet: AB, C9 and 02. RGB value is (171,201,2). Sum of RGB (Red+Green+Blue) = 171+201+2=374 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.72% from 374); Green value is 201 (78.91% from 255 or 53.74% from 374); Blue value is 2 (1.17% from 255 or 0.53% from 374); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC902 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC902 is #5436FD. Grayscale: #AAAAAA. Windows color (decimal): -5519102 or 182699. OLE color: 182699.

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

Color convert

RGB 171 201 2 -
CMYK 0.15 0 0.99 0.21
HSL 69.05º 0.98% 0.4% -
HSV(B) 69.05º 0.99% 0.79% -
XYZ 37.69 50.44 7.81 -
YUV 169.34 33.56 129.18 -
System Red Green Blue C M Y K H S L
Decimal 171 201 2 0.15 0 0.99 0.21 69.05 0.98 0.4
Hex AB C9 2 F 0 63 15 45 62 28
Octal 253 311 2 17 0 143 25 105 142 50
Binary 10101011 11001001 10 1111 0 1100011 10101 1000101 1100010 101000

Color Harmonies of #ABC902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC902

Black with #ABC902

Text Example


Text Example

White with #ABC902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC902; }

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

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

background-color css

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

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

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

border-color css

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

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

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