#9DCB14

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

Shades of Bahia #9DCB14

Tints of Bahia #9DCB14

Color information

#9DCB14 (or 0x9DCB14) is unknown color: approx Bahia. HEX triplet: 9D, CB and 14. RGB value is (157,203,20). Sum of RGB (Red+Green+Blue) = 157+203+20=380 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.32% from 380); Green value is 203 (79.69% from 255 or 53.42% from 380); Blue value is 20 (8.20% from 255 or 5.26% from 380); Max value from RGB is 203 - color contains mainly: green. Hex color #9DCB14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DCB14 is #6234EB. Grayscale: #A9A9A9. Windows color (decimal): -6436076 or 1362845. OLE color: 1362845.

HSL color Cylindrical-coordinate representation of color #9DCB14: hue angle of 75.08º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9DCB14 is Cyan = 0.23, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB15720320-
CMYK0.2300.900.20
HSL75.08º82.06%43.73%-
HSV(B)75.08º90.15%79.61%-
XYZ35.3949.938.43-
YUV168.3844.26119.88-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.32%
GREEN value IS 203 (79.69% from 255) = 53.42%
BLUE value IS 20 (8.20% from 255) = 5.26%
R=41.32%
G=53.42%
B=5.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal157203200.2300.900.2075.0882.0643.73
Hex9DCB141705A144b522c
Octal235313242701322411312254
Binary10011101110010111010010111010110101010010010111010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCB14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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