Html Css Color HEX #9DC220 Bahia

📋 copy color: '#9DC220'

red 157 ◦ green 194 ◦ blue 32

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

Shades of Bahia #9DC220

Tints of Bahia #9DC220

RGB

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

 GREEN value IS 194 (76.17% from 255) = 50.65%

 BLUE value IS 32 (12.89% from 255) = 8.36%

R = 40.99%
G = 50.65%
B = 8.36%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#9DC220 (or 0x9DC220) is known color: Bahia. HEX triplet: 9D, C2 and 20. RGB value is (157,194,32). Sum of RGB (Red+Green+Blue) = 157+194+32=383 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.99% from 383); Green value is 194 (76.17% from 255 or 50.65% from 383); Blue value is 32 (12.89% from 255 or 8.36% from 383); Max value from RGB is 194 - color contains mainly: green. Hex color #9DC220 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DC220 is #623DDF. Grayscale: #A5A5A5. Windows color (decimal): -6438368 or 2146973. OLE color: 2146973.

HSL color Cylindrical-coordinate representation of color #9DC220: hue angle of 73.7º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9DC220 is Cyan = 0.19, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 157 194 32 -
CMYK 0.19 0 0.84 0.24
HSL 73.7º 0.72% 0.44% -
HSV(B) 73.7º 0.84% 0.76% -
XYZ 33.46 45.86 8.45 -
YUV 164.47 53.24 122.67 -
System Red Green Blue C M Y K H S L
Decimal 157 194 32 0.19 0 0.84 0.24 73.7 0.72 0.44
Hex 9D C2 20 13 0 54 18 4A 48 2C
Octal 235 302 40 23 0 124 30 112 110 54
Binary 10011101 11000010 100000 10011 0 1010100 11000 1001010 1001000 101100

Color Harmonies of #9DC220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC220

Black with #9DC220

Text Example


Text Example

White with #9DC220

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,194,32); }

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

background-color css

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

 a { background-color: rgb(157,194,32); }

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

border-color css

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

 span { border-color: rgb(157,194,32); }

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