Html Css Color HEX #95BF66 Olivine

📋 copy color: '#95BF66'

red 149 ◦ green 191 ◦ blue 102

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

Shades of Olivine #95BF66

Tints of Olivine #95BF66

RGB

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

 GREEN value IS 191 (75% from 255) = 43.21%

 BLUE value IS 102 (40.23% from 255) = 23.08%

R = 33.71%
G = 43.21%
B = 23.08%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#95BF66 (or 0x95BF66) is known color: Olivine. HEX triplet: 95, BF and 66. RGB value is (149,191,102). Sum of RGB (Red+Green+Blue) = 149+191+102=442 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.71% from 442); Green value is 191 (75% from 255 or 43.21% from 442); Blue value is 102 (40.23% from 255 or 23.08% from 442); Max value from RGB is 191 - color contains mainly: green. Hex color #95BF66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95BF66 is #6A4099. Grayscale: #A8A8A8. Windows color (decimal): -6963354 or 6733717. OLE color: 6733717.

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

Color convert

RGB 149 191 102 -
CMYK 0.22 0 0.47 0.25
HSL 88.31º 0.41% 0.57% -
HSV(B) 88.31º 0.47% 0.75% -
XYZ 33.42 44.61 19.42 -
YUV 168.3 90.59 114.24 -
System Red Green Blue C M Y K H S L
Decimal 149 191 102 0.22 0 0.47 0.25 88.31 0.41 0.57
Hex 95 BF 66 16 0 2F 19 58 29 39
Octal 225 277 146 26 0 57 31 130 51 71
Binary 10010101 10111111 1100110 10110 0 101111 11001 1011000 101001 111001

Color Harmonies of #95BF66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BF66

Black with #95BF66

Text Example


Text Example

White with #95BF66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,191,102); }

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

background-color css

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

 a { background-color: rgb(149,191,102); }

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

border-color css

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

 span { border-color: rgb(149,191,102); }

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