Html Css Color HEX #96BC60 Olivine

📋 copy color: '#96BC60'

red 150 ◦ green 188 ◦ blue 96

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

Shades of Olivine #96BC60

Tints of Olivine #96BC60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 22.12%

R = 34.56%
G = 43.32%
B = 22.12%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#96BC60 (or 0x96BC60) is known color: Olivine. HEX triplet: 96, BC and 60. RGB value is (150,188,96). Sum of RGB (Red+Green+Blue) = 150+188+96=434 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.56% from 434); Green value is 188 (73.83% from 255 or 43.32% from 434); Blue value is 96 (37.89% from 255 or 22.12% from 434); Max value from RGB is 188 - color contains mainly: green. Hex color #96BC60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BC60 is #69439F. Grayscale: #A6A6A6. Windows color (decimal): -6898592 or 6339734. OLE color: 6339734.

HSL color Cylindrical-coordinate representation of color #96BC60: hue angle of 84.78º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #96BC60 is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB 150 188 96 -
CMYK 0.20 0 0.49 0.26
HSL 84.78º 0.41% 0.56% -
HSV(B) 84.78º 0.49% 0.74% -
XYZ 32.67 43.3 17.7 -
YUV 166.15 88.41 116.48 -
System Red Green Blue C M Y K H S L
Decimal 150 188 96 0.20 0 0.49 0.26 84.78 0.41 0.56
Hex 96 BC 60 14 0 31 1A 55 29 38
Octal 226 274 140 24 0 61 32 125 51 70
Binary 10010110 10111100 1100000 10100 0 110001 11010 1010101 101001 111000

Color Harmonies of #96BC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BC60

Black with #96BC60

Text Example


Text Example

White with #96BC60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,188,96); }

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

background-color css

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

 a { background-color: rgb(150,188,96); }

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

border-color css

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

 span { border-color: rgb(150,188,96); }

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