#9CB506

Color #9CB506 Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #9CB506

Tints of Citrus #9CB506

Color information

#9CB506 (or 0x9CB506) is unknown color: approx Citrus. HEX triplet: 9C, B5 and 06. RGB value is (156,181,6). Sum of RGB (Red+Green+Blue) = 156+181+6=343 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.48% from 343); Green value is 181 (71.09% from 255 or 52.77% from 343); Blue value is 6 (2.73% from 255 or 1.75% from 343); Max value from RGB is 181 - color contains mainly: green. Hex color #9CB506 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CB506 is #634AF9. Grayscale: #9A9A9A. Windows color (decimal): -6507258 or 439708. OLE color: 439708.

HSL color Cylindrical-coordinate representation of color #9CB506: hue angle of 68.57º 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 #9CB506 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.29.

Color convert

RGB1561816-
CMYK0.1400.970.29
HSL68.57º93.58%36.67%-
HSV(B)68.57º96.69%70.98%-
XYZ30.2740.136.32-
YUV153.5744.72129.73-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 45.48%
GREEN value IS 181 (71.09% from 255) = 52.77%
BLUE value IS 6 (2.73% from 255) = 1.75%
R=45.48%
G=52.77%
B=1.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal15618160.1400.970.2968.5793.5836.67
Hex9CB56E0611D455e25
Octal23426561601413510513645
Binary10011100101101011101110011000011110110001011011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9CB506;
 }
 .AnyTagClassName
 {
   color: #9CB506;
 }
</style>
background-color css

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

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

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

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

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

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