Html Css Color HEX #ABC602 Citrus

📋 copy color: '#ABC602'

red 171 ◦ green 198 ◦ blue 2

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

Shades of Citrus #ABC602

Tints of Citrus #ABC602

RGB

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

 GREEN value IS 198 (77.73% from 255) = 53.37%

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

R = 46.09%
G = 53.37%
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

#ABC602 (or 0xABC602) is known color: Citrus. HEX triplet: AB, C6 and 02. RGB value is (171,198,2). Sum of RGB (Red+Green+Blue) = 171+198+2=371 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.09% from 371); Green value is 198 (77.73% from 255 or 53.37% from 371); Blue value is 2 (1.17% from 255 or 0.54% from 371); Max value from RGB is 198 - color contains mainly: green. Hex color #ABC602 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC602 is #5439FD. Grayscale: #A8A8A8. Windows color (decimal): -5519870 or 181931. OLE color: 181931.

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

Color convert

RGB 171 198 2 -
CMYK 0.14 0 0.99 0.22
HSL 68.27º 0.98% 0.39% -
HSV(B) 68.27º 0.99% 0.78% -
XYZ 37 49.05 7.58 -
YUV 167.58 34.55 130.44 -
System Red Green Blue C M Y K H S L
Decimal 171 198 2 0.14 0 0.99 0.22 68.27 0.98 0.39
Hex AB C6 2 E 0 63 16 44 62 27
Octal 253 306 2 16 0 143 26 104 142 47
Binary 10101011 11000110 10 1110 0 1100011 10110 1000100 1100010 100111

Color Harmonies of #ABC602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC602

Black with #ABC602

Text Example


Text Example

White with #ABC602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC602; }

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

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

background-color css

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

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

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

border-color css

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

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

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