Html Css Color HEX #95C65C Olivine

📋 copy color: '#95C65C'

red 149 ◦ green 198 ◦ blue 92

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

Shades of Olivine #95C65C

Tints of Olivine #95C65C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 45.1%

 BLUE value IS 92 (36.33% from 255) = 20.96%

R = 33.94%
G = 45.1%
B = 20.96%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#95C65C (or 0x95C65C) is known color: Olivine. HEX triplet: 95, C6 and 5C. RGB value is (149,198,92). Sum of RGB (Red+Green+Blue) = 149+198+92=439 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.94% from 439); Green value is 198 (77.73% from 255 or 45.10% from 439); Blue value is 92 (36.33% from 255 or 20.96% from 439); Max value from RGB is 198 - color contains mainly: green. Hex color #95C65C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C65C is #6A39A3. Grayscale: #ABABAB. Windows color (decimal): -6961572 or 6080149. OLE color: 6080149.

HSL color Cylindrical-coordinate representation of color #95C65C: hue angle of 87.74º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #95C65C is Cyan = 0.25, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB 149 198 92 -
CMYK 0.25 0 0.54 0.22
HSL 87.74º 0.48% 0.57% -
HSV(B) 87.74º 0.54% 0.78% -
XYZ 34.52 47.55 17.48 -
YUV 171.27 83.27 112.12 -
System Red Green Blue C M Y K H S L
Decimal 149 198 92 0.25 0 0.54 0.22 87.74 0.48 0.57
Hex 95 C6 5C 19 0 36 16 58 30 39
Octal 225 306 134 31 0 66 26 130 60 71
Binary 10010101 11000110 1011100 11001 0 110110 10110 1011000 110000 111001

Color Harmonies of #95C65C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C65C

Black with #95C65C

Text Example


Text Example

White with #95C65C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,198,92); }

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

background-color css

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

 a { background-color: rgb(149,198,92); }

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

border-color css

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

 span { border-color: rgb(149,198,92); }

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