#9CBF21

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

Shades of Bahia #9CBF21

Tints of Bahia #9CBF21

Color information

#9CBF21 (or 0x9CBF21) is unknown color: approx Bahia. HEX triplet: 9C, BF and 21. RGB value is (156,191,33). Sum of RGB (Red+Green+Blue) = 156+191+33=380 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.05% from 380); Green value is 191 (75% from 255 or 50.26% from 380); Blue value is 33 (13.28% from 255 or 8.68% from 380); Max value from RGB is 191 - color contains mainly: green. Hex color #9CBF21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CBF21 is #6340DE. Grayscale: #A3A3A3. Windows color (decimal): -6504671 or 2211740. OLE color: 2211740.

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

Color convert

RGB15619133-
CMYK0.1800.830.25
HSL73.29º70.54%43.92%-
HSV(B)73.29º82.72%74.9%-
XYZ32.6244.448.3-
YUV162.5254.9123.35-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.05%
GREEN value IS 191 (75% from 255) = 50.26%
BLUE value IS 33 (13.28% from 255) = 8.68%
R=41.05%
G=50.26%
B=8.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal156191330.1800.830.2573.2970.5443.92
Hex9CBF21120531949472c
Octal234277412201233111110754
Binary100111001011111110000110010010100111100110010011000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBF21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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