Html Css Color HEX #9DB327 Bahia

📋 copy color: '#9DB327'

red 157 ◦ green 179 ◦ blue 39

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

Shades of Bahia #9DB327

Tints of Bahia #9DB327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.4%

R = 41.87%
G = 47.73%
B = 10.4%

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

#9DB327 (or 0x9DB327) is known color: Bahia. HEX triplet: 9D, B3 and 27. RGB value is (157,179,39). Sum of RGB (Red+Green+Blue) = 157+179+39=375 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.87% from 375); Green value is 179 (70.31% from 255 or 47.73% from 375); Blue value is 39 (15.62% from 255 or 10.4% from 375); Max value from RGB is 179 - color contains mainly: green. Hex color #9DB327 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DB327 is #624CD8. Grayscale: #9D9D9D. Windows color (decimal): -6442201 or 2601885. OLE color: 2601885.

HSL color Cylindrical-coordinate representation of color #9DB327: hue angle of 69.43º degrees, saturation: 0.64, 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 #9DB327 is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB 157 179 39 -
CMYK 0.12 0 0.78 0.30
HSL 69.43º 0.64% 0.43% -
HSV(B) 69.43º 0.78% 0.7% -
XYZ 30.39 39.55 7.95 -
YUV 156.46 61.71 128.38 -
System Red Green Blue C M Y K H S L
Decimal 157 179 39 0.12 0 0.78 0.30 69.43 0.64 0.43
Hex 9D B3 27 C 0 4E 1E 45 40 2B
Octal 235 263 47 14 0 116 36 105 100 53
Binary 10011101 10110011 100111 1100 0 1001110 11110 1000101 1000000 101011

Color Harmonies of #9DB327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB327

Black with #9DB327

Text Example


Text Example

White with #9DB327

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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