Html Css Color HEX #96BF5D Olivine

📋 copy color: '#96BF5D'

red 150 ◦ green 191 ◦ blue 93

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

Shades of Olivine #96BF5D

Tints of Olivine #96BF5D

RGB

 RED value IS 150 (58.98% from 255) = 34.56%

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

 BLUE value IS 93 (36.72% from 255) = 21.43%

R = 34.56%
G = 44.01%
B = 21.43%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#96BF5D (or 0x96BF5D) is known color: Olivine. HEX triplet: 96, BF and 5D. RGB value is (150,191,93). Sum of RGB (Red+Green+Blue) = 150+191+93=434 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.56% from 434); Green value is 191 (75% from 255 or 44.01% from 434); Blue value is 93 (36.72% from 255 or 21.43% from 434); Max value from RGB is 191 - color contains mainly: green. Hex color #96BF5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BF5D is #6940A2. Grayscale: #A7A7A7. Windows color (decimal): -6897827 or 6143894. OLE color: 6143894.

HSL color Cylindrical-coordinate representation of color #96BF5D: hue angle of 85.1º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #96BF5D is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 191 93 -
CMYK 0.21 0 0.51 0.25
HSL 85.1º 0.43% 0.56% -
HSV(B) 85.1º 0.51% 0.75% -
XYZ 33.18 44.54 17.2 -
YUV 167.57 85.92 115.47 -
System Red Green Blue C M Y K H S L
Decimal 150 191 93 0.21 0 0.51 0.25 85.1 0.43 0.56
Hex 96 BF 5D 15 0 33 19 55 2B 38
Octal 226 277 135 25 0 63 31 125 53 70
Binary 10010110 10111111 1011101 10101 0 110011 11001 1010101 101011 111000

Color Harmonies of #96BF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BF5D

Black with #96BF5D

Text Example


Text Example

White with #96BF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96BF5D; }

 p { color: rgb(150,191,93); }

 H1.HeaderClassName
 {
   color: #96BF5D;
 }
 .AnyTagClassName
 {
   color: #96BF5D;
 }
</style>

background-color css

<style>
 a { background-color: #96BF5D; }

 a { background-color: rgb(150,191,93); }

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

border-color css

<style>
 span { border-color: #96BF5D; }

 span { border-color: rgb(150,191,93); }

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