Html Css Color HEX #95C266 Olivine

📋 copy color: '#95C266'

red 149 ◦ green 194 ◦ blue 102

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

Shades of Olivine #95C266

Tints of Olivine #95C266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 22.92%

R = 33.48%
G = 43.6%
B = 22.92%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#95C266 (or 0x95C266) is known color: Olivine. HEX triplet: 95, C2 and 66. RGB value is (149,194,102). Sum of RGB (Red+Green+Blue) = 149+194+102=445 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.48% from 445); Green value is 194 (76.17% from 255 or 43.60% from 445); Blue value is 102 (40.23% from 255 or 22.92% from 445); Max value from RGB is 194 - color contains mainly: green. Hex color #95C266 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C266 is #6A3D99. Grayscale: #AAAAAA. Windows color (decimal): -6962586 or 6734485. OLE color: 6734485.

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

Color convert

RGB 149 194 102 -
CMYK 0.23 0 0.47 0.24
HSL 89.35º 0.43% 0.58% -
HSV(B) 89.35º 0.47% 0.76% -
XYZ 34.08 45.93 19.64 -
YUV 170.06 89.59 112.98 -
System Red Green Blue C M Y K H S L
Decimal 149 194 102 0.23 0 0.47 0.24 89.35 0.43 0.58
Hex 95 C2 66 17 0 2F 18 59 2B 3A
Octal 225 302 146 27 0 57 30 131 53 72
Binary 10010101 11000010 1100110 10111 0 101111 11000 1011001 101011 111010

Color Harmonies of #95C266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C266

Black with #95C266

Text Example


Text Example

White with #95C266

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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