Html Css Color HEX #9DC522 Bahia

📋 copy color: '#9DC522'

red 157 ◦ green 197 ◦ blue 34

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

Shades of Bahia #9DC522

Tints of Bahia #9DC522

RGB

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

 GREEN value IS 197 (77.34% from 255) = 50.77%

 BLUE value IS 34 (13.67% from 255) = 8.76%

R = 40.46%
G = 50.77%
B = 8.76%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#9DC522 (or 0x9DC522) is known color: Bahia. HEX triplet: 9D, C5 and 22. RGB value is (157,197,34). Sum of RGB (Red+Green+Blue) = 157+197+34=388 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.46% from 388); Green value is 197 (77.34% from 255 or 50.77% from 388); Blue value is 34 (13.67% from 255 or 8.76% from 388); Max value from RGB is 197 - color contains mainly: green. Hex color #9DC522 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DC522 is #623ADD. Grayscale: #A7A7A7. Windows color (decimal): -6437598 or 2278813. OLE color: 2278813.

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

Color convert

RGB 157 197 34 -
CMYK 0.20 0 0.83 0.23
HSL 74.72º 0.71% 0.45% -
HSV(B) 74.72º 0.83% 0.77% -
XYZ 34.16 47.22 8.83 -
YUV 166.46 53.25 121.25 -
System Red Green Blue C M Y K H S L
Decimal 157 197 34 0.20 0 0.83 0.23 74.72 0.71 0.45
Hex 9D C5 22 14 0 53 17 4B 47 2D
Octal 235 305 42 24 0 123 27 113 107 55
Binary 10011101 11000101 100010 10100 0 1010011 10111 1001011 1000111 101101

Color Harmonies of #9DC522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC522

Black with #9DC522

Text Example


Text Example

White with #9DC522

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,197,34); }

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

background-color css

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

 a { background-color: rgb(157,197,34); }

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

border-color css

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

 span { border-color: rgb(157,197,34); }

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