Html Css Color HEX #96BA65 Olivine

📋 copy color: '#96BA65'

red 150 ◦ green 186 ◦ blue 101

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

Shades of Olivine #96BA65

Tints of Olivine #96BA65

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.56%

 BLUE value IS 101 (39.84% from 255) = 23.11%

R = 34.32%
G = 42.56%
B = 23.11%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#96BA65 (or 0x96BA65) is known color: Olivine. HEX triplet: 96, BA and 65. RGB value is (150,186,101). Sum of RGB (Red+Green+Blue) = 150+186+101=437 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.32% from 437); Green value is 186 (73.05% from 255 or 42.56% from 437); Blue value is 101 (39.84% from 255 or 23.11% from 437); Max value from RGB is 186 - color contains mainly: green. Hex color #96BA65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BA65 is #69459A. Grayscale: #A5A5A5. Windows color (decimal): -6899099 or 6666902. OLE color: 6666902.

HSL color Cylindrical-coordinate representation of color #96BA65: hue angle of 85.41º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #96BA65 is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 186 101 -
CMYK 0.19 0 0.46 0.27
HSL 85.41º 0.38% 0.56% -
HSV(B) 85.41º 0.46% 0.73% -
XYZ 32.49 42.54 18.81 -
YUV 165.55 91.57 116.91 -
System Red Green Blue C M Y K H S L
Decimal 150 186 101 0.19 0 0.46 0.27 85.41 0.38 0.56
Hex 96 BA 65 13 0 2E 1B 55 26 38
Octal 226 272 145 23 0 56 33 125 46 70
Binary 10010110 10111010 1100101 10011 0 101110 11011 1010101 100110 111000

Color Harmonies of #96BA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BA65

Black with #96BA65

Text Example


Text Example

White with #96BA65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,186,101); }

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

background-color css

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

 a { background-color: rgb(150,186,101); }

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

border-color css

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

 span { border-color: rgb(150,186,101); }

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