Html Css Color HEX #95C265 Olivine

📋 copy color: '#95C265'

red 149 ◦ green 194 ◦ blue 101

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

Shades of Olivine #95C265

Tints of Olivine #95C265

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.69%

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

R = 33.56%
G = 43.69%
B = 22.75%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#95C265 (or 0x95C265) is known color: Olivine. HEX triplet: 95, C2 and 65. RGB value is (149,194,101). Sum of RGB (Red+Green+Blue) = 149+194+101=444 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.56% from 444); Green value is 194 (76.17% from 255 or 43.69% from 444); Blue value is 101 (39.84% from 255 or 22.75% from 444); Max value from RGB is 194 - color contains mainly: green. Hex color #95C265 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C265 is #6A3D9A. Grayscale: #AAAAAA. Windows color (decimal): -6962587 or 6668949. OLE color: 6668949.

HSL color Cylindrical-coordinate representation of color #95C265: hue angle of 89.03º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #95C265 is Cyan = 0.23, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB 149 194 101 -
CMYK 0.23 0 0.48 0.24
HSL 89.03º 0.43% 0.58% -
HSV(B) 89.03º 0.48% 0.76% -
XYZ 34.04 45.91 19.38 -
YUV 169.94 89.09 113.06 -
System Red Green Blue C M Y K H S L
Decimal 149 194 101 0.23 0 0.48 0.24 89.03 0.43 0.58
Hex 95 C2 65 17 0 30 18 59 2B 3A
Octal 225 302 145 27 0 60 30 131 53 72
Binary 10010101 11000010 1100101 10111 0 110000 11000 1011001 101011 111010

Color Harmonies of #95C265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C265

Black with #95C265

Text Example


Text Example

White with #95C265

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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