Html Css Color HEX #9DB328 Bahia

📋 copy color: '#9DB328'

red 157 ◦ green 179 ◦ blue 40

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

Shades of Bahia #9DB328

Tints of Bahia #9DB328

RGB

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

 GREEN value IS 179 (70.31% from 255) = 47.61%

 BLUE value IS 40 (16.02% from 255) = 10.64%

R = 41.76%
G = 47.61%
B = 10.64%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#9DB328 (or 0x9DB328) is known color: Bahia. HEX triplet: 9D, B3 and 28. RGB value is (157,179,40). Sum of RGB (Red+Green+Blue) = 157+179+40=376 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.76% from 376); Green value is 179 (70.31% from 255 or 47.61% from 376); Blue value is 40 (16.02% from 255 or 10.64% from 376); Max value from RGB is 179 - color contains mainly: green. Hex color #9DB328 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DB328 is #624CD7. Grayscale: #9D9D9D. Windows color (decimal): -6442200 or 2667421. OLE color: 2667421.

HSL color Cylindrical-coordinate representation of color #9DB328: hue angle of 69.5º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9DB328 is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB 157 179 40 -
CMYK 0.12 0 0.78 0.30
HSL 69.5º 0.63% 0.43% -
HSV(B) 69.5º 0.78% 0.7% -
XYZ 30.41 39.56 8.04 -
YUV 156.58 62.21 128.3 -
System Red Green Blue C M Y K H S L
Decimal 157 179 40 0.12 0 0.78 0.30 69.5 0.63 0.43
Hex 9D B3 28 C 0 4E 1E 45 3F 2B
Octal 235 263 50 14 0 116 36 105 77 53
Binary 10011101 10110011 101000 1100 0 1001110 11110 1000101 111111 101011

Color Harmonies of #9DB328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB328

Black with #9DB328

Text Example


Text Example

White with #9DB328

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,179,40); }

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

background-color css

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

 a { background-color: rgb(157,179,40); }

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

border-color css

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

 span { border-color: rgb(157,179,40); }

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