#9CB70A

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

Shades of Citrus #9CB70A

Tints of Citrus #9CB70A

Color information

#9CB70A (or 0x9CB70A) is unknown color: approx Citrus. HEX triplet: 9C, B7 and 0A. RGB value is (156,183,10). Sum of RGB (Red+Green+Blue) = 156+183+10=349 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.70% from 349); Green value is 183 (71.88% from 255 or 52.44% from 349); Blue value is 10 (4.30% from 255 or 2.87% from 349); Max value from RGB is 183 - color contains mainly: green. Hex color #9CB70A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CB70A is #6348F5. Grayscale: #9B9B9B. Windows color (decimal): -6506742 or 702364. OLE color: 702364.

HSL color Cylindrical-coordinate representation of color #9CB70A: hue angle of 69.36º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9CB70A is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.28.

Color convert

RGB15618310-
CMYK0.1500.950.28
HSL69.36º89.64%37.84%-
HSV(B)69.36º94.54%71.76%-
XYZ30.740.966.57-
YUV155.246.05128.57-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.70%
GREEN value IS 183 (71.88% from 255) = 52.44%
BLUE value IS 10 (4.30% from 255) = 2.87%
R=44.70%
G=52.44%
B=2.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal156183100.1500.950.2869.3689.6437.84
Hex9CB7AF05F1C455a26
Octal234267121701373410513246
Binary100111001011011110101111010111111110010001011011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB70A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,183,10); }

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

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

 a { background-color: rgb(156,183,10); }

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

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

 span { border-color: rgb(156,183,10); }

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