Html Css Color HEX #96CC65 Olivine

📋 copy color: '#96CC65'

red 150 ◦ green 204 ◦ blue 101

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

Shades of Olivine #96CC65

Tints of Olivine #96CC65

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.84%

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

R = 32.97%
G = 44.84%
B = 22.2%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.50

 K value IS 0.2

RGB Variations

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

Color information

#96CC65 (or 0x96CC65) is known color: Olivine. HEX triplet: 96, CC and 65. RGB value is (150,204,101). Sum of RGB (Red+Green+Blue) = 150+204+101=455 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.97% from 455); Green value is 204 (80.08% from 255 or 44.84% from 455); Blue value is 101 (39.84% from 255 or 22.20% from 455); Max value from RGB is 204 - color contains mainly: green. Hex color #96CC65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CC65 is #69339A. Grayscale: #B0B0B0. Windows color (decimal): -6894491 or 6671510. OLE color: 6671510.

HSL color Cylindrical-coordinate representation of color #96CC65: hue angle of 91.46º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #96CC65 is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.2.

Color convert

RGB 150 204 101 -
CMYK 0.26 0 0.50 0.2
HSL 91.46º 0.5% 0.6% -
HSV(B) 91.46º 0.5% 0.8% -
XYZ 36.52 50.61 20.16 -
YUV 176.11 85.61 109.38 -
System Red Green Blue C M Y K H S L
Decimal 150 204 101 0.26 0 0.50 0.2 91.46 0.5 0.6
Hex 96 CC 65 1A 0 32 14 5B 32 3C
Octal 226 314 145 32 0 62 24 133 62 74
Binary 10010110 11001100 1100101 11010 0 110010 10100 1011011 110010 111100

Color Harmonies of #96CC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CC65

Black with #96CC65

Text Example


Text Example

White with #96CC65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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