Html Css Color HEX #95C36C Olivine

📋 copy color: '#95C36C'

red 149 ◦ green 195 ◦ blue 108

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

Shades of Olivine #95C36C

Tints of Olivine #95C36C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 43.14%

 BLUE value IS 108 (42.58% from 255) = 23.89%

R = 32.96%
G = 43.14%
B = 23.89%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#95C36C (or 0x95C36C) is known color: Olivine. HEX triplet: 95, C3 and 6C. RGB value is (149,195,108). Sum of RGB (Red+Green+Blue) = 149+195+108=452 (59% of max value = 765). Red value is 149 (58.59% from 255 or 32.96% from 452); Green value is 195 (76.56% from 255 or 43.14% from 452); Blue value is 108 (42.58% from 255 or 23.89% from 452); Max value from RGB is 195 - color contains mainly: green. Hex color #95C36C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C36C is #6A3C93. Grayscale: #ABABAB. Windows color (decimal): -6962324 or 7127957. OLE color: 7127957.

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

Color convert

RGB 149 195 108 -
CMYK 0.24 0 0.45 0.24
HSL 91.72º 0.42% 0.59% -
HSV(B) 91.72º 0.45% 0.76% -
XYZ 34.62 46.5 21.34 -
YUV 171.33 92.26 112.07 -
System Red Green Blue C M Y K H S L
Decimal 149 195 108 0.24 0 0.45 0.24 91.72 0.42 0.59
Hex 95 C3 6C 18 0 2D 18 5C 2A 3B
Octal 225 303 154 30 0 55 30 134 52 73
Binary 10010101 11000011 1101100 11000 0 101101 11000 1011100 101010 111011

Color Harmonies of #95C36C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C36C

Black with #95C36C

Text Example


Text Example

White with #95C36C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,195,108); }

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

background-color css

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

 a { background-color: rgb(149,195,108); }

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

border-color css

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

 span { border-color: rgb(149,195,108); }

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