Html Css Color HEX #9DB31C Bahia

📋 copy color: '#9DB31C'

red 157 ◦ green 179 ◦ blue 28

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

Shades of Bahia #9DB31C

Tints of Bahia #9DB31C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.69%

R = 43.13%
G = 49.18%
B = 7.69%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#9DB31C (or 0x9DB31C) is known color: Bahia. HEX triplet: 9D, B3 and 1C. RGB value is (157,179,28). Sum of RGB (Red+Green+Blue) = 157+179+28=364 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.13% from 364); Green value is 179 (70.31% from 255 or 49.18% from 364); Blue value is 28 (11.33% from 255 or 7.69% from 364); Max value from RGB is 179 - color contains mainly: green. Hex color #9DB31C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DB31C is #624CE3. Grayscale: #9B9B9B. Windows color (decimal): -6442212 or 1880989. OLE color: 1880989.

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

Color convert

RGB 157 179 28 -
CMYK 0.12 0 0.84 0.30
HSL 68.74º 0.73% 0.41% -
HSV(B) 68.74º 0.84% 0.7% -
XYZ 30.23 39.49 7.13 -
YUV 155.21 56.21 129.28 -
System Red Green Blue C M Y K H S L
Decimal 157 179 28 0.12 0 0.84 0.30 68.74 0.73 0.41
Hex 9D B3 1C C 0 54 1E 45 49 29
Octal 235 263 34 14 0 124 36 105 111 51
Binary 10011101 10110011 11100 1100 0 1010100 11110 1000101 1001001 101001

Color Harmonies of #9DB31C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB31C

Black with #9DB31C

Text Example


Text Example

White with #9DB31C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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