#9CBE28

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

Shades of Bahia #9CBE28

Tints of Bahia #9CBE28

Color information

#9CBE28 (or 0x9CBE28) is unknown color: approx Bahia. HEX triplet: 9C, BE and 28. RGB value is (156,190,40). Sum of RGB (Red+Green+Blue) = 156+190+40=386 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.41% from 386); Green value is 190 (74.61% from 255 or 49.22% from 386); Blue value is 40 (16.02% from 255 or 10.36% from 386); Max value from RGB is 190 - color contains mainly: green. Hex color #9CBE28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CBE28 is #6341D7. Grayscale: #A3A3A3. Windows color (decimal): -6504920 or 2670236. OLE color: 2670236.

HSL color Cylindrical-coordinate representation of color #9CBE28: hue angle of 73.6º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9CBE28 is Cyan = 0.18, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB15619040-
CMYK0.1800.790.25
HSL73.6º65.22%45.1%-
HSV(B)73.6º78.95%74.51%-
XYZ32.5144.058.8-
YUV162.7358.74123.2-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.41%
GREEN value IS 190 (74.61% from 255) = 49.22%
BLUE value IS 40 (16.02% from 255) = 10.36%
R=40.41%
G=49.22%
B=10.36%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal156190400.1800.790.2573.665.2245.1
Hex9CBE281204F194a412d
Octal234276502201173111210155
Binary100111001011111010100010010010011111100110010101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBE28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,190,40); }

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

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

 a { background-color: rgb(156,190,40); }

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

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

 span { border-color: rgb(156,190,40); }

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