#9CBF24

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

Shades of Bahia #9CBF24

Tints of Bahia #9CBF24

Color information

#9CBF24 (or 0x9CBF24) is unknown color: approx Bahia. HEX triplet: 9C, BF and 24. RGB value is (156,191,36). Sum of RGB (Red+Green+Blue) = 156+191+36=383 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.73% from 383); Green value is 191 (75% from 255 or 49.87% from 383); Blue value is 36 (14.45% from 255 or 9.40% from 383); Max value from RGB is 191 - color contains mainly: green. Hex color #9CBF24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CBF24 is #6340DB. Grayscale: #A3A3A3. Windows color (decimal): -6504668 or 2408348. OLE color: 2408348.

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

Color convert

RGB15619136-
CMYK0.1800.810.25
HSL73.55º68.28%44.51%-
HSV(B)73.55º81.15%74.9%-
XYZ32.6644.468.53-
YUV162.8656.4123.1-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.73%
GREEN value IS 191 (75% from 255) = 49.87%
BLUE value IS 36 (14.45% from 255) = 9.40%
R=40.73%
G=49.87%
B=9.40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal156191360.1800.810.2573.5568.2844.51
Hex9CBF2412051194a442d
Octal234277442201213111210455
Binary100111001011111110010010010010100011100110010101000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBF24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,191,36); }

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

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

 a { background-color: rgb(156,191,36); }

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

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

 span { border-color: rgb(156,191,36); }

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