Html Css Color HEX #9DC820 Bahia

📋 copy color: '#9DC820'

red 157 ◦ green 200 ◦ blue 32

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

Shades of Bahia #9DC820

Tints of Bahia #9DC820

RGB

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

 GREEN value IS 200 (78.52% from 255) = 51.41%

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

R = 40.36%
G = 51.41%
B = 8.23%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#9DC820 (or 0x9DC820) is known color: Bahia. HEX triplet: 9D, C8 and 20. RGB value is (157,200,32). Sum of RGB (Red+Green+Blue) = 157+200+32=389 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.36% from 389); Green value is 200 (78.52% from 255 or 51.41% from 389); Blue value is 32 (12.89% from 255 or 8.23% from 389); Max value from RGB is 200 - color contains mainly: green. Hex color #9DC820 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DC820 is #6237DF. Grayscale: #A8A8A8. Windows color (decimal): -6436832 or 2148509. OLE color: 2148509.

HSL color Cylindrical-coordinate representation of color #9DC820: hue angle of 75.36º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9DC820 is Cyan = 0.22, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 157 200 32 -
CMYK 0.22 0 0.84 0.22
HSL 75.36º 0.72% 0.45% -
HSV(B) 75.36º 0.84% 0.78% -
XYZ 34.82 48.58 8.91 -
YUV 167.99 51.25 120.16 -
System Red Green Blue C M Y K H S L
Decimal 157 200 32 0.22 0 0.84 0.22 75.36 0.72 0.45
Hex 9D C8 20 16 0 54 16 4B 48 2D
Octal 235 310 40 26 0 124 26 113 110 55
Binary 10011101 11001000 100000 10110 0 1010100 10110 1001011 1001000 101101

Color Harmonies of #9DC820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC820

Black with #9DC820

Text Example


Text Example

White with #9DC820

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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