Html Css Color HEX #95C260 Olivine

📋 copy color: '#95C260'

red 149 ◦ green 194 ◦ blue 96

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

Shades of Olivine #95C260

Tints of Olivine #95C260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 21.87%

R = 33.94%
G = 44.19%
B = 21.87%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#95C260 (or 0x95C260) is known color: Olivine. HEX triplet: 95, C2 and 60. RGB value is (149,194,96). Sum of RGB (Red+Green+Blue) = 149+194+96=439 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.94% from 439); Green value is 194 (76.17% from 255 or 44.19% from 439); Blue value is 96 (37.89% from 255 or 21.87% from 439); Max value from RGB is 194 - color contains mainly: green. Hex color #95C260 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C260 is #6A3D9F. Grayscale: #A9A9A9. Windows color (decimal): -6962592 or 6341269. OLE color: 6341269.

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

Color convert

RGB 149 194 96 -
CMYK 0.23 0 0.51 0.24
HSL 87.55º 0.45% 0.57% -
HSV(B) 87.55º 0.51% 0.76% -
XYZ 33.8 45.82 18.13 -
YUV 169.37 86.59 113.47 -
System Red Green Blue C M Y K H S L
Decimal 149 194 96 0.23 0 0.51 0.24 87.55 0.45 0.57
Hex 95 C2 60 17 0 33 18 58 2D 39
Octal 225 302 140 27 0 63 30 130 55 71
Binary 10010101 11000010 1100000 10111 0 110011 11000 1011000 101101 111001

Color Harmonies of #95C260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C260

Black with #95C260

Text Example


Text Example

White with #95C260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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