Html Css Color HEX #95C259 Olivine

📋 copy color: '#95C259'

red 149 ◦ green 194 ◦ blue 89

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

Shades of Olivine #95C259

Tints of Olivine #95C259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 20.6%

R = 34.49%
G = 44.91%
B = 20.6%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#95C259 (or 0x95C259) is known color: Olivine. HEX triplet: 95, C2 and 59. RGB value is (149,194,89). Sum of RGB (Red+Green+Blue) = 149+194+89=432 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.49% from 432); Green value is 194 (76.17% from 255 or 44.91% from 432); Blue value is 89 (35.16% from 255 or 20.60% from 432); Max value from RGB is 194 - color contains mainly: green. Hex color #95C259 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C259 is #6A3DA6. Grayscale: #A8A8A8. Windows color (decimal): -6962599 or 5882517. OLE color: 5882517.

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

Color convert

RGB 149 194 89 -
CMYK 0.23 0 0.54 0.24
HSL 85.71º 0.46% 0.55% -
HSV(B) 85.71º 0.54% 0.76% -
XYZ 33.49 45.69 16.51 -
YUV 168.58 83.09 114.04 -
System Red Green Blue C M Y K H S L
Decimal 149 194 89 0.23 0 0.54 0.24 85.71 0.46 0.55
Hex 95 C2 59 17 0 36 18 56 2E 37
Octal 225 302 131 27 0 66 30 126 56 67
Binary 10010101 11000010 1011001 10111 0 110110 11000 1010110 101110 110111

Color Harmonies of #95C259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C259

Black with #95C259

Text Example


Text Example

White with #95C259

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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