Html Css Color HEX #95BC68 Olivine

📋 copy color: '#95BC68'

red 149 ◦ green 188 ◦ blue 104

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

Shades of Olivine #95BC68

Tints of Olivine #95BC68

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.63%

 BLUE value IS 104 (41.02% from 255) = 23.58%

R = 33.79%
G = 42.63%
B = 23.58%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#95BC68 (or 0x95BC68) is known color: Olivine. HEX triplet: 95, BC and 68. RGB value is (149,188,104). Sum of RGB (Red+Green+Blue) = 149+188+104=441 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.79% from 441); Green value is 188 (73.83% from 255 or 42.63% from 441); Blue value is 104 (41.02% from 255 or 23.58% from 441); Max value from RGB is 188 - color contains mainly: green. Hex color #95BC68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95BC68 is #6A4397. Grayscale: #A7A7A7. Windows color (decimal): -6964120 or 6864021. OLE color: 6864021.

HSL color Cylindrical-coordinate representation of color #95BC68: hue angle of 87.86º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #95BC68 is Cyan = 0.21, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB 149 188 104 -
CMYK 0.21 0 0.45 0.26
HSL 87.86º 0.39% 0.57% -
HSV(B) 87.86º 0.45% 0.74% -
XYZ 32.88 43.36 19.73 -
YUV 166.76 92.58 115.33 -
System Red Green Blue C M Y K H S L
Decimal 149 188 104 0.21 0 0.45 0.26 87.86 0.39 0.57
Hex 95 BC 68 15 0 2D 1A 58 27 39
Octal 225 274 150 25 0 55 32 130 47 71
Binary 10010101 10111100 1101000 10101 0 101101 11010 1011000 100111 111001

Color Harmonies of #95BC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BC68

Black with #95BC68

Text Example


Text Example

White with #95BC68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,188,104); }

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

background-color css

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

 a { background-color: rgb(149,188,104); }

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

border-color css

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

 span { border-color: rgb(149,188,104); }

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