Html Css Color HEX #9DB61F Bahia

📋 copy color: '#9DB61F'

red 157 ◦ green 182 ◦ blue 31

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

Shades of Bahia #9DB61F

Tints of Bahia #9DB61F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.38%

R = 42.43%
G = 49.19%
B = 8.38%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#9DB61F (or 0x9DB61F) is known color: Bahia. HEX triplet: 9D, B6 and 1F. RGB value is (157,182,31). Sum of RGB (Red+Green+Blue) = 157+182+31=370 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.43% from 370); Green value is 182 (71.48% from 255 or 49.19% from 370); Blue value is 31 (12.5% from 255 or 8.38% from 370); Max value from RGB is 182 - color contains mainly: green. Hex color #9DB61F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DB61F is #6249E0. Grayscale: #9D9D9D. Windows color (decimal): -6441441 or 2078365. OLE color: 2078365.

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

Color convert

RGB 157 182 31 -
CMYK 0.14 0 0.83 0.29
HSL 69.93º 0.71% 0.42% -
HSV(B) 69.93º 0.83% 0.71% -
XYZ 30.88 40.72 7.53 -
YUV 157.31 56.72 127.78 -
System Red Green Blue C M Y K H S L
Decimal 157 182 31 0.14 0 0.83 0.29 69.93 0.71 0.42
Hex 9D B6 1F E 0 53 1D 46 47 2A
Octal 235 266 37 16 0 123 35 106 107 52
Binary 10011101 10110110 11111 1110 0 1010011 11101 1000110 1000111 101010

Color Harmonies of #9DB61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB61F

Black with #9DB61F

Text Example


Text Example

White with #9DB61F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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