#9CB01D

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

Shades of Citrus #9CB01D

Tints of Citrus #9CB01D

Color information

#9CB01D (or 0x9CB01D) is unknown color: approx Citrus. HEX triplet: 9C, B0 and 1D. RGB value is (156,176,29). Sum of RGB (Red+Green+Blue) = 156+176+29=361 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.21% from 361); Green value is 176 (69.14% from 255 or 48.75% from 361); Blue value is 29 (11.72% from 255 or 8.03% from 361); Max value from RGB is 176 - color contains mainly: green. Hex color #9CB01D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CB01D is #634FE2. Grayscale: #999999. Windows color (decimal): -6508515 or 1945756. OLE color: 1945756.

HSL color Cylindrical-coordinate representation of color #9CB01D: hue angle of 68.16º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9CB01D is Cyan = 0.11, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB15617629-
CMYK0.1100.840.31
HSL68.16º71.71%40.2%-
HSV(B)68.16º83.52%69.02%-
XYZ29.4638.216.98-
YUV153.2657.87129.95-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 43.21%
GREEN value IS 176 (69.14% from 255) = 48.75%
BLUE value IS 29 (11.72% from 255) = 8.03%
R=43.21%
G=48.75%
B=8.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal156176290.1100.840.3168.1671.7140.2
Hex9CB01DB0541F444828
Octal234260351301243710411050
Binary1001110010110000111011011010101001111110001001001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB01D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,176,29); }

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

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

 a { background-color: rgb(156,176,29); }

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

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

 span { border-color: rgb(156,176,29); }

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