Html Css Color HEX #9AB602 Citrus

📋 copy color: '#9AB602'

red 154 ◦ green 182 ◦ blue 2

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

Shades of Citrus #9AB602

Tints of Citrus #9AB602

RGB

 RED value IS 154 (60.55% from 255) = 45.56%

 GREEN value IS 182 (71.48% from 255) = 53.85%

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

R = 45.56%
G = 53.85%
B = 0.59%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#9AB602 (or 0x9AB602) is known color: Citrus. HEX triplet: 9A, B6 and 02. RGB value is (154,182,2). Sum of RGB (Red+Green+Blue) = 154+182+2=338 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.56% from 338); Green value is 182 (71.48% from 255 or 53.85% from 338); Blue value is 2 (1.17% from 255 or 0.59% from 338); Max value from RGB is 182 - color contains mainly: green. Hex color #9AB602 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AB602 is #6549FD. Grayscale: #999999. Windows color (decimal): -6638078 or 177818. OLE color: 177818.

HSL color Cylindrical-coordinate representation of color #9AB602: hue angle of 69.33º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9AB602 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB 154 182 2 -
CMYK 0.15 0 0.99 0.29
HSL 69.33º 0.98% 0.36% -
HSV(B) 69.33º 0.99% 0.71% -
XYZ 30.07 40.33 6.26 -
YUV 153.11 42.72 128.64 -
System Red Green Blue C M Y K H S L
Decimal 154 182 2 0.15 0 0.99 0.29 69.33 0.98 0.36
Hex 9A B6 2 F 0 63 1D 45 62 24
Octal 232 266 2 17 0 143 35 105 142 44
Binary 10011010 10110110 10 1111 0 1100011 11101 1000101 1100010 100100

Color Harmonies of #9AB602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB602

Black with #9AB602

Text Example


Text Example

White with #9AB602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9AB602; }

 p { color: rgb(154,182,2); }

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

background-color css

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

 a { background-color: rgb(154,182,2); }

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

border-color css

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

 span { border-color: rgb(154,182,2); }

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