Html Css Color HEX #95BB5F Olivine

📋 copy color: '#95BB5F'

red 149 ◦ green 187 ◦ blue 95

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

Shades of Olivine #95BB5F

Tints of Olivine #95BB5F

RGB

 RED value IS 149 (58.59% from 255) = 34.57%

 GREEN value IS 187 (73.44% from 255) = 43.39%

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

R = 34.57%
G = 43.39%
B = 22.04%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#95BB5F (or 0x95BB5F) is known color: Olivine. HEX triplet: 95, BB and 5F. RGB value is (149,187,95). Sum of RGB (Red+Green+Blue) = 149+187+95=431 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.57% from 431); Green value is 187 (73.44% from 255 or 43.39% from 431); Blue value is 95 (37.5% from 255 or 22.04% from 431); Max value from RGB is 187 - color contains mainly: green. Hex color #95BB5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95BB5F is #6A44A0. Grayscale: #A5A5A5. Windows color (decimal): -6964385 or 6273941. OLE color: 6273941.

HSL color Cylindrical-coordinate representation of color #95BB5F: hue angle of 84.78º degrees, saturation: 0.4, 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 #95BB5F is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 187 95 -
CMYK 0.20 0 0.49 0.27
HSL 84.78º 0.4% 0.55% -
HSV(B) 84.78º 0.49% 0.73% -
XYZ 32.23 42.76 17.38 -
YUV 165.15 88.41 116.48 -
System Red Green Blue C M Y K H S L
Decimal 149 187 95 0.20 0 0.49 0.27 84.78 0.4 0.55
Hex 95 BB 5F 14 0 31 1B 55 28 37
Octal 225 273 137 24 0 61 33 125 50 67
Binary 10010101 10111011 1011111 10100 0 110001 11011 1010101 101000 110111

Color Harmonies of #95BB5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BB5F

Black with #95BB5F

Text Example


Text Example

White with #95BB5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95BB5F; }

 p { color: rgb(149,187,95); }

 H1.HeaderClassName
 {
   color: #95BB5F;
 }
 .AnyTagClassName
 {
   color: #95BB5F;
 }
</style>

background-color css

<style>
 a { background-color: #95BB5F; }

 a { background-color: rgb(149,187,95); }

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

border-color css

<style>
 span { border-color: #95BB5F; }

 span { border-color: rgb(149,187,95); }

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