Html Css Color HEX #9AB506 Citrus

📋 copy color: '#9AB506'

red 154 ◦ green 181 ◦ blue 6

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

Shades of Citrus #9AB506

Tints of Citrus #9AB506

RGB

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

 GREEN value IS 181 (71.09% from 255) = 53.08%

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

R = 45.16%
G = 53.08%
B = 1.76%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#9AB506 (or 0x9AB506) is known color: Citrus. HEX triplet: 9A, B5 and 06. RGB value is (154,181,6). Sum of RGB (Red+Green+Blue) = 154+181+6=341 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.16% from 341); Green value is 181 (71.09% from 255 or 53.08% from 341); Blue value is 6 (2.73% from 255 or 1.76% from 341); Max value from RGB is 181 - color contains mainly: green. Hex color #9AB506 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AB506 is #654AF9. Grayscale: #999999. Windows color (decimal): -6638330 or 439706. OLE color: 439706.

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

Color convert

RGB 154 181 6 -
CMYK 0.15 0 0.97 0.29
HSL 69.26º 0.94% 0.37% -
HSV(B) 69.26º 0.97% 0.71% -
XYZ 29.88 39.93 6.3 -
YUV 152.98 45.05 128.73 -
System Red Green Blue C M Y K H S L
Decimal 154 181 6 0.15 0 0.97 0.29 69.26 0.94 0.37
Hex 9A B5 6 F 0 61 1D 45 5E 25
Octal 232 265 6 17 0 141 35 105 136 45
Binary 10011010 10110101 110 1111 0 1100001 11101 1000101 1011110 100101

Color Harmonies of #9AB506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB506

Black with #9AB506

Text Example


Text Example

White with #9AB506

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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