Html Css Color HEX #95B465 Olivine

📋 copy color: '#95B465'

red 149 ◦ green 180 ◦ blue 101

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

Shades of Olivine #95B465

Tints of Olivine #95B465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 23.49%

R = 34.65%
G = 41.86%
B = 23.49%

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

#95B465 (or 0x95B465) is known color: Olivine. HEX triplet: 95, B4 and 65. RGB value is (149,180,101). Sum of RGB (Red+Green+Blue) = 149+180+101=430 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.65% from 430); Green value is 180 (70.70% from 255 or 41.86% from 430); Blue value is 101 (39.84% from 255 or 23.49% from 430); Max value from RGB is 180 - color contains mainly: green. Hex color #95B465 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95B465 is #6A4B9A. Grayscale: #A2A2A2. Windows color (decimal): -6966171 or 6665365. OLE color: 6665365.

HSL color Cylindrical-coordinate representation of color #95B465: hue angle of 83.54º degrees, saturation: 0.34, 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 #95B465 is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB 149 180 101 -
CMYK 0.17 0 0.44 0.29
HSL 83.54º 0.34% 0.55% -
HSV(B) 83.54º 0.44% 0.71% -
XYZ 31.06 39.97 18.39 -
YUV 161.73 93.73 118.92 -
System Red Green Blue C M Y K H S L
Decimal 149 180 101 0.17 0 0.44 0.29 83.54 0.34 0.55
Hex 95 B4 65 11 0 2C 1D 54 22 37
Octal 225 264 145 21 0 54 35 124 42 67
Binary 10010101 10110100 1100101 10001 0 101100 11101 1010100 100010 110111

Color Harmonies of #95B465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B465

Black with #95B465

Text Example


Text Example

White with #95B465

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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