Html Css Color HEX #95BD5F Olivine

📋 copy color: '#95BD5F'

red 149 ◦ green 189 ◦ blue 95

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

Shades of Olivine #95BD5F

Tints of Olivine #95BD5F

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.65%

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

R = 34.41%
G = 43.65%
B = 21.94%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#95BD5F (or 0x95BD5F) is known color: Olivine. HEX triplet: 95, BD and 5F. RGB value is (149,189,95). Sum of RGB (Red+Green+Blue) = 149+189+95=433 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.41% from 433); Green value is 189 (74.22% from 255 or 43.65% from 433); Blue value is 95 (37.5% from 255 or 21.94% from 433); Max value from RGB is 189 - color contains mainly: green. Hex color #95BD5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95BD5F is #6A42A0. Grayscale: #A6A6A6. Windows color (decimal): -6963873 or 6274453. OLE color: 6274453.

HSL color Cylindrical-coordinate representation of color #95BD5F: hue angle of 85.53º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #95BD5F is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB 149 189 95 -
CMYK 0.21 0 0.50 0.26
HSL 85.53º 0.42% 0.56% -
HSV(B) 85.53º 0.5% 0.74% -
XYZ 32.66 43.61 17.52 -
YUV 166.32 87.75 115.64 -
System Red Green Blue C M Y K H S L
Decimal 149 189 95 0.21 0 0.50 0.26 85.53 0.42 0.56
Hex 95 BD 5F 15 0 32 1A 56 2A 38
Octal 225 275 137 25 0 62 32 126 52 70
Binary 10010101 10111101 1011111 10101 0 110010 11010 1010110 101010 111000

Color Harmonies of #95BD5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BD5F

Black with #95BD5F

Text Example


Text Example

White with #95BD5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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