#9cb82c

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

Shades of Bahia #9CB82C

Tints of Bahia #9CB82C

Color information

#9CB82C (or 0x9CB82C) is unknown color: approx Bahia. HEX triplet: 9C, B8 and 2C. RGB value is (156,184,44). Sum of RGB (Red+Green+Blue) = 156+184+44=384 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.62% from 384); Green value is 184 (72.27% from 255 or 47.92% from 384); Blue value is 44 (17.58% from 255 or 11.46% from 384); Max value from RGB is 184 - color contains mainly: green. Hex color #9CB82C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CB82C is #6347D3. Grayscale: #A0A0A0. Windows color (decimal): -6506452 or 2930844. OLE color: 2930844.

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

Color convert

RGB15618444-
CMYK0.1500.760.28
HSL72º61.4%44.71%-
HSV(B)72º76.09%72.16%-
XYZ31.3141.538.75-
YUV159.6762.72125.38-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.62%
GREEN value IS 184 (72.27% from 255) = 47.92%
BLUE value IS 44 (17.58% from 255) = 11.46%
R=40.62%
G=47.92%
B=11.46%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal156184440.1500.760.287261.444.71
Hex9CB82CF04C1C483d2d
Octal23427054170114341107555
Binary1001110010111000101100111101001100111001001000111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9cb82c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,184,44); }

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

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

 a { background-color: rgb(156,184,44); }

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

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

 span { border-color: rgb(156,184,44); }

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