Html Css Color HEX #9DB621 Bahia

📋 copy color: '#9DB621'

red 157 ◦ green 182 ◦ blue 33

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

Shades of Bahia #9DB621

Tints of Bahia #9DB621

RGB

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

 GREEN value IS 182 (71.48% from 255) = 48.92%

 BLUE value IS 33 (13.28% from 255) = 8.87%

R = 42.2%
G = 48.92%
B = 8.87%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#9DB621 (or 0x9DB621) is known color: Bahia. HEX triplet: 9D, B6 and 21. RGB value is (157,182,33). Sum of RGB (Red+Green+Blue) = 157+182+33=372 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.20% from 372); Green value is 182 (71.48% from 255 or 48.92% from 372); Blue value is 33 (13.28% from 255 or 8.87% from 372); Max value from RGB is 182 - color contains mainly: green. Hex color #9DB621 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DB621 is #6249DE. Grayscale: #9E9E9E. Windows color (decimal): -6441439 or 2209437. OLE color: 2209437.

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

Color convert

RGB 157 182 33 -
CMYK 0.14 0 0.82 0.29
HSL 70.07º 0.69% 0.42% -
HSV(B) 70.07º 0.82% 0.71% -
XYZ 30.91 40.73 7.67 -
YUV 157.54 57.72 127.62 -
System Red Green Blue C M Y K H S L
Decimal 157 182 33 0.14 0 0.82 0.29 70.07 0.69 0.42
Hex 9D B6 21 E 0 52 1D 46 45 2A
Octal 235 266 41 16 0 122 35 106 105 52
Binary 10011101 10110110 100001 1110 0 1010010 11101 1000110 1000101 101010

Color Harmonies of #9DB621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB621

Black with #9DB621

Text Example


Text Example

White with #9DB621

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,182,33); }

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

background-color css

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

 a { background-color: rgb(157,182,33); }

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

border-color css

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

 span { border-color: rgb(157,182,33); }

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