#9DCB1A

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

Shades of Bahia #9DCB1A

Tints of Bahia #9DCB1A

Color information

#9DCB1A (or 0x9DCB1A) is unknown color: approx Bahia. HEX triplet: 9D, CB and 1A. RGB value is (157,203,26). Sum of RGB (Red+Green+Blue) = 157+203+26=386 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.67% from 386); Green value is 203 (79.69% from 255 or 52.59% from 386); Blue value is 26 (10.55% from 255 or 6.74% from 386); Max value from RGB is 203 - color contains mainly: green. Hex color #9DCB1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DCB1A is #6234E5. Grayscale: #A9A9A9. Windows color (decimal): -6436070 or 1756061. OLE color: 1756061.

HSL color Cylindrical-coordinate representation of color #9DCB1A: hue angle of 75.59º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9DCB1A is Cyan = 0.23, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.20.

Color convert

RGB15720326-
CMYK0.2300.870.20
HSL75.59º77.29%44.9%-
HSV(B)75.59º87.19%79.61%-
XYZ35.4549.958.75-
YUV169.0747.26119.39-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.67%
GREEN value IS 203 (79.69% from 255) = 52.59%
BLUE value IS 26 (10.55% from 255) = 6.74%
R=40.67%
G=52.59%
B=6.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal157203260.2300.870.2075.5977.2944.9
Hex9DCB1A17057144c4d2d
Octal235313322701272411411555
Binary10011101110010111101010111010101111010010011001001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCB1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,203,26); }

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

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

 a { background-color: rgb(157,203,26); }

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

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

 span { border-color: rgb(157,203,26); }

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