#9CB422

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

Shades of Bahia #9CB422

Tints of Bahia #9CB422

Color information

#9CB422 (or 0x9CB422) is unknown color: approx Bahia. HEX triplet: 9C, B4 and 22. RGB value is (156,180,34). Sum of RGB (Red+Green+Blue) = 156+180+34=370 (49% of max value = 765). Red value is 156 (61.33% from 255 or 42.16% from 370); Green value is 180 (70.70% from 255 or 48.65% from 370); Blue value is 34 (13.67% from 255 or 9.19% from 370); Max value from RGB is 180 - color contains mainly: green. Hex color #9CB422 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CB422 is #634BDD. Grayscale: #9C9C9C. Windows color (decimal): -6507486 or 2274460. OLE color: 2274460.

HSL color Cylindrical-coordinate representation of color #9CB422: hue angle of 69.86º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9CB422 is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB15618034-
CMYK0.1300.810.29
HSL69.86º68.22%41.96%-
HSV(B)69.86º81.11%70.59%-
XYZ30.3239.837.6-
YUV156.1859.05127.87-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.16%
GREEN value IS 180 (70.70% from 255) = 48.65%
BLUE value IS 34 (13.67% from 255) = 9.19%
R=42.16%
G=48.65%
B=9.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal156180340.1300.810.2969.8668.2241.96
Hex9CB422D0511D46442a
Octal234264421501213510610452
Binary10011100101101001000101101010100011110110001101000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,180,34); }

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

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

 a { background-color: rgb(156,180,34); }

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

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

 span { border-color: rgb(156,180,34); }

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