Html Css Color HEX #9DCB13 Bahia

📋 copy color: '#9DCB13'

red 157 ◦ green 203 ◦ blue 19

#9DCB13
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bahia #9DCB13

Tints of Bahia #9DCB13

RGB

 RED value IS 157 (61.72% from 255) = 41.42%

 GREEN value IS 203 (79.69% from 255) = 53.56%

 BLUE value IS 19 (7.81% from 255) = 5.01%

R = 41.42%
G = 53.56%
B = 5.01%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#9DCB13 (or 0x9DCB13) is known color: Bahia. HEX triplet: 9D, CB and 13. RGB value is (157,203,19). Sum of RGB (Red+Green+Blue) = 157+203+19=379 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.42% from 379); Green value is 203 (79.69% from 255 or 53.56% from 379); Blue value is 19 (7.81% from 255 or 5.01% from 379); Max value from RGB is 203 - color contains mainly: green. Hex color #9DCB13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DCB13 is #6234EC. Grayscale: #A8A8A8. Windows color (decimal): -6436077 or 1297309. OLE color: 1297309.

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

Color convert

RGB 157 203 19 -
CMYK 0.23 0 0.91 0.20
HSL 75º 0.83% 0.44% -
HSV(B) 75º 0.91% 0.8% -
XYZ 35.38 49.93 8.39 -
YUV 168.27 43.76 119.96 -
System Red Green Blue C M Y K H S L
Decimal 157 203 19 0.23 0 0.91 0.20 75 0.83 0.44
Hex 9D CB 13 17 0 5B 14 4B 53 2C
Octal 235 313 23 27 0 133 24 113 123 54
Binary 10011101 11001011 10011 10111 0 1011011 10100 1001011 1010011 101100

Color Harmonies of #9DCB13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCB13

Black with #9DCB13

Text Example


Text Example

White with #9DCB13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9DCB13;
 }
 .AnyTagClassName
 {
   color: #9DCB13;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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