Html Css Color HEX #9AB006 Citrus

📋 copy color: '#9AB006'

red 154 ◦ green 176 ◦ blue 6

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

Shades of Citrus #9AB006

Tints of Citrus #9AB006

RGB

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

 GREEN value IS 176 (69.14% from 255) = 52.38%

 BLUE value IS 6 (2.73% from 255) = 1.79%

R = 45.83%
G = 52.38%
B = 1.79%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#9AB006 (or 0x9AB006) is known color: Citrus. HEX triplet: 9A, B0 and 06. RGB value is (154,176,6). Sum of RGB (Red+Green+Blue) = 154+176+6=336 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.83% from 336); Green value is 176 (69.14% from 255 or 52.38% from 336); Blue value is 6 (2.73% from 255 or 1.79% from 336); Max value from RGB is 176 - color contains mainly: green. Hex color #9AB006 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9AB006 is #654FF9. Grayscale: #969696. Windows color (decimal): -6639610 or 438426. OLE color: 438426.

HSL color Cylindrical-coordinate representation of color #9AB006: hue angle of 67.76º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9AB006 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB 154 176 6 -
CMYK 0.12 0 0.97 0.31
HSL 67.76º 0.93% 0.36% -
HSV(B) 67.76º 0.97% 0.69% -
XYZ 28.88 37.93 5.97 -
YUV 150.04 46.71 130.82 -
System Red Green Blue C M Y K H S L
Decimal 154 176 6 0.12 0 0.97 0.31 67.76 0.93 0.36
Hex 9A B0 6 C 0 61 1F 44 5D 24
Octal 232 260 6 14 0 141 37 104 135 44
Binary 10011010 10110000 110 1100 0 1100001 11111 1000100 1011101 100100

Color Harmonies of #9AB006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB006

Black with #9AB006

Text Example


Text Example

White with #9AB006

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,176,6); }

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

background-color css

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

 a { background-color: rgb(154,176,6); }

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

border-color css

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

 span { border-color: rgb(154,176,6); }

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