Html Css Color HEX #95B464 Olivine

📋 copy color: '#95B464'

red 149 ◦ green 180 ◦ blue 100

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

Shades of Olivine #95B464

Tints of Olivine #95B464

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.96%

 BLUE value IS 100 (39.45% from 255) = 23.31%

R = 34.73%
G = 41.96%
B = 23.31%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#95B464 (or 0x95B464) is known color: Olivine. HEX triplet: 95, B4 and 64. RGB value is (149,180,100). Sum of RGB (Red+Green+Blue) = 149+180+100=429 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.73% from 429); Green value is 180 (70.70% from 255 or 41.96% from 429); Blue value is 100 (39.45% from 255 or 23.31% from 429); Max value from RGB is 180 - color contains mainly: green. Hex color #95B464 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95B464 is #6A4B9B. Grayscale: #A1A1A1. Windows color (decimal): -6966172 or 6599829. OLE color: 6599829.

HSL color Cylindrical-coordinate representation of color #95B464: hue angle of 83.25º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #95B464 is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB 149 180 100 -
CMYK 0.17 0 0.44 0.29
HSL 83.25º 0.35% 0.55% -
HSV(B) 83.25º 0.44% 0.71% -
XYZ 31.02 39.95 18.13 -
YUV 161.61 93.23 119 -
System Red Green Blue C M Y K H S L
Decimal 149 180 100 0.17 0 0.44 0.29 83.25 0.35 0.55
Hex 95 B4 64 11 0 2C 1D 53 23 37
Octal 225 264 144 21 0 54 35 123 43 67
Binary 10010101 10110100 1100100 10001 0 101100 11101 1010011 100011 110111

Color Harmonies of #95B464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B464

Black with #95B464

Text Example


Text Example

White with #95B464

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,180,100); }

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

background-color css

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

 a { background-color: rgb(149,180,100); }

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

border-color css

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

 span { border-color: rgb(149,180,100); }

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