Html Css Color HEX #96B265 Olivine

📋 copy color: '#96B265'

red 150 ◦ green 178 ◦ blue 101

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

Shades of Olivine #96B265

Tints of Olivine #96B265

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.49%

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

R = 34.97%
G = 41.49%
B = 23.54%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#96B265 (or 0x96B265) is known color: Olivine. HEX triplet: 96, B2 and 65. RGB value is (150,178,101). Sum of RGB (Red+Green+Blue) = 150+178+101=429 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.97% from 429); Green value is 178 (69.92% from 255 or 41.49% from 429); Blue value is 101 (39.84% from 255 or 23.54% from 429); Max value from RGB is 178 - color contains mainly: green. Hex color #96B265 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96B265 is #694D9A. Grayscale: #A1A1A1. Windows color (decimal): -6901147 or 6664854. OLE color: 6664854.

HSL color Cylindrical-coordinate representation of color #96B265: hue angle of 81.82º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #96B265 is Cyan = 0.16, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.30.

Color convert

RGB 150 178 101 -
CMYK 0.16 0 0.43 0.30
HSL 81.82º 0.33% 0.55% -
HSV(B) 81.82º 0.43% 0.7% -
XYZ 30.85 39.26 18.26 -
YUV 160.85 94.22 120.26 -
System Red Green Blue C M Y K H S L
Decimal 150 178 101 0.16 0 0.43 0.30 81.82 0.33 0.55
Hex 96 B2 65 10 0 2B 1E 52 21 37
Octal 226 262 145 20 0 53 36 122 41 67
Binary 10010110 10110010 1100101 10000 0 101011 11110 1010010 100001 110111

Color Harmonies of #96B265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B265

Black with #96B265

Text Example


Text Example

White with #96B265

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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