Html Css Color HEX #96BA69 Olivine

📋 copy color: '#96BA69'

red 150 ◦ green 186 ◦ blue 105

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

Shades of Olivine #96BA69

Tints of Olivine #96BA69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 23.81%

R = 34.01%
G = 42.18%
B = 23.81%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#96BA69 (or 0x96BA69) is known color: Olivine. HEX triplet: 96, BA and 69. RGB value is (150,186,105). Sum of RGB (Red+Green+Blue) = 150+186+105=441 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.01% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 105 (41.41% from 255 or 23.81% from 441); Max value from RGB is 186 - color contains mainly: green. Hex color #96BA69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BA69 is #694596. Grayscale: #A6A6A6. Windows color (decimal): -6899095 or 6929046. OLE color: 6929046.

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

Color convert

RGB 150 186 105 -
CMYK 0.19 0 0.44 0.27
HSL 86.67º 0.37% 0.57% -
HSV(B) 86.67º 0.44% 0.73% -
XYZ 32.69 42.62 19.87 -
YUV 166 93.57 116.59 -
System Red Green Blue C M Y K H S L
Decimal 150 186 105 0.19 0 0.44 0.27 86.67 0.37 0.57
Hex 96 BA 69 13 0 2C 1B 57 25 39
Octal 226 272 151 23 0 54 33 127 45 71
Binary 10010110 10111010 1101001 10011 0 101100 11011 1010111 100101 111001

Color Harmonies of #96BA69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BA69

Black with #96BA69

Text Example


Text Example

White with #96BA69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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