Html Css Color HEX #9DB95F Olivine

📋 copy color: '#9DB95F'

red 157 ◦ green 185 ◦ blue 95

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

Shades of Olivine #9DB95F

Tints of Olivine #9DB95F

RGB

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

 GREEN value IS 185 (72.66% from 255) = 42.33%

 BLUE value IS 95 (37.5% from 255) = 21.74%

R = 35.93%
G = 42.33%
B = 21.74%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#9DB95F (or 0x9DB95F) is known color: Olivine. HEX triplet: 9D, B9 and 5F. RGB value is (157,185,95). Sum of RGB (Red+Green+Blue) = 157+185+95=437 (57% of max value = 765). Red value is 157 (61.72% from 255 or 35.93% from 437); Green value is 185 (72.66% from 255 or 42.33% from 437); Blue value is 95 (37.5% from 255 or 21.74% from 437); Max value from RGB is 185 - color contains mainly: green. Hex color #9DB95F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB95F is #6246A0. Grayscale: #A6A6A6. Windows color (decimal): -6440609 or 6273437. OLE color: 6273437.

HSL color Cylindrical-coordinate representation of color #9DB95F: hue angle of 78.67º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9DB95F is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB 157 185 95 -
CMYK 0.15 0 0.49 0.27
HSL 78.67º 0.39% 0.55% -
HSV(B) 78.67º 0.49% 0.73% -
XYZ 33.32 42.69 17.31 -
YUV 166.37 87.72 121.32 -
System Red Green Blue C M Y K H S L
Decimal 157 185 95 0.15 0 0.49 0.27 78.67 0.39 0.55
Hex 9D B9 5F F 0 31 1B 4F 27 37
Octal 235 271 137 17 0 61 33 117 47 67
Binary 10011101 10111001 1011111 1111 0 110001 11011 1001111 100111 110111

Color Harmonies of #9DB95F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB95F

Black with #9DB95F

Text Example


Text Example

White with #9DB95F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,185,95); }

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

background-color css

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

 a { background-color: rgb(157,185,95); }

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

border-color css

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

 span { border-color: rgb(157,185,95); }

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