#9CB200

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

Shades of Citrus #9CB200

Tints of Citrus #9CB200

Color information

#9CB200 (or 0x9CB200) is unknown color: approx Citrus. HEX triplet: 9C, B2 and 00. RGB value is (156,178,0). Sum of RGB (Red+Green+Blue) = 156+178+0=334 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.71% from 334); Green value is 178 (69.92% from 255 or 53.29% from 334); Blue value is 0 (0.39% from 255 or 0% from 334); Max value from RGB is 178 - color contains mainly: green. Hex color #9CB200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9CB200 is #634DFF. Grayscale: #979797. Windows color (decimal): -6508032 or 45724. OLE color: 45724.

HSL color Cylindrical-coordinate representation of color #9CB200: hue angle of 67.42º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9CB200 is Cyan = 0.12, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.30.

Color convert

RGB1561780-
CMYK0.12010.30
HSL67.42º100%34.9%-
HSV(B)67.42º100%69.8%-
XYZ29.6338.915.95-
YUV151.1342.71131.47-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 46.71%
GREEN value IS 178 (69.92% from 255) = 53.29%
BLUE value IS 0 (0.39% from 255) = 0%
R=46.71%
G=53.29%
B=0%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal15617800.12010.3067.4210034.9
Hex9CB20C0641E436423
Octal23426201401443610314443
Binary100111001011001001100011001001111010000111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,178,0); }

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

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

 a { background-color: rgb(156,178,0); }

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

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

 span { border-color: rgb(156,178,0); }

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