Html Css Color HEX #9DBF5E Olivine

📋 copy color: '#9DBF5E'

red 157 ◦ green 191 ◦ blue 94

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

Shades of Olivine #9DBF5E

Tints of Olivine #9DBF5E

RGB

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

 GREEN value IS 191 (75% from 255) = 43.21%

 BLUE value IS 94 (37.11% from 255) = 21.27%

R = 35.52%
G = 43.21%
B = 21.27%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#9DBF5E (or 0x9DBF5E) is known color: Olivine. HEX triplet: 9D, BF and 5E. RGB value is (157,191,94). Sum of RGB (Red+Green+Blue) = 157+191+94=442 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.52% from 442); Green value is 191 (75% from 255 or 43.21% from 442); Blue value is 94 (37.11% from 255 or 21.27% from 442); Max value from RGB is 191 - color contains mainly: green. Hex color #9DBF5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DBF5E is #6240A1. Grayscale: #AAAAAA. Windows color (decimal): -6439074 or 6209437. OLE color: 6209437.

HSL color Cylindrical-coordinate representation of color #9DBF5E: hue angle of 81.03º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9DBF5E is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 157 191 94 -
CMYK 0.18 0 0.51 0.25
HSL 81.03º 0.43% 0.56% -
HSV(B) 81.03º 0.51% 0.75% -
XYZ 34.56 45.24 17.5 -
YUV 169.78 85.24 118.89 -
System Red Green Blue C M Y K H S L
Decimal 157 191 94 0.18 0 0.51 0.25 81.03 0.43 0.56
Hex 9D BF 5E 12 0 33 19 51 2B 38
Octal 235 277 136 22 0 63 31 121 53 70
Binary 10011101 10111111 1011110 10010 0 110011 11001 1010001 101011 111000

Color Harmonies of #9DBF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBF5E

Black with #9DBF5E

Text Example


Text Example

White with #9DBF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,191,94); }

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

background-color css

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

 a { background-color: rgb(157,191,94); }

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

border-color css

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

 span { border-color: rgb(157,191,94); }

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