Html Css Color HEX #9DB422 Bahia

📋 copy color: '#9DB422'

red 157 ◦ green 180 ◦ blue 34

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

Shades of Bahia #9DB422

Tints of Bahia #9DB422

RGB

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

 GREEN value IS 180 (70.7% from 255) = 48.52%

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

R = 42.32%
G = 48.52%
B = 9.16%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#9DB422 (or 0x9DB422) is known color: Bahia. HEX triplet: 9D, B4 and 22. RGB value is (157,180,34). Sum of RGB (Red+Green+Blue) = 157+180+34=371 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.32% from 371); Green value is 180 (70.70% from 255 or 48.52% from 371); Blue value is 34 (13.67% from 255 or 9.16% from 371); Max value from RGB is 180 - color contains mainly: green. Hex color #9DB422 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DB422 is #624BDD. Grayscale: #9D9D9D. Windows color (decimal): -6441950 or 2274461. OLE color: 2274461.

HSL color Cylindrical-coordinate representation of color #9DB422: hue angle of 69.45º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9DB422 is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB 157 180 34 -
CMYK 0.13 0 0.81 0.29
HSL 69.45º 0.68% 0.42% -
HSV(B) 69.45º 0.81% 0.71% -
XYZ 30.51 39.93 7.61 -
YUV 156.48 58.88 128.37 -
System Red Green Blue C M Y K H S L
Decimal 157 180 34 0.13 0 0.81 0.29 69.45 0.68 0.42
Hex 9D B4 22 D 0 51 1D 45 44 2A
Octal 235 264 42 15 0 121 35 105 104 52
Binary 10011101 10110100 100010 1101 0 1010001 11101 1000101 1000100 101010

Color Harmonies of #9DB422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB422

Black with #9DB422

Text Example


Text Example

White with #9DB422

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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