Html Css Color HEX #96B29A Edward

📋 copy color: '#96B29A'

red 150 ◦ green 178 ◦ blue 154

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

Shades of Edward #96B29A

Tints of Edward #96B29A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 31.95%

R = 31.12%
G = 36.93%
B = 31.95%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#96B29A (or 0x96B29A) is known color: Edward. HEX triplet: 96, B2 and 9A. RGB value is (150,178,154). Sum of RGB (Red+Green+Blue) = 150+178+154=482 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.12% from 482); Green value is 178 (69.92% from 255 or 36.93% from 482); Blue value is 154 (60.55% from 255 or 31.95% from 482); Max value from RGB is 178 - color contains mainly: green. Hex color #96B29A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96B29A is #694D65. Grayscale: #A6A6A6. Windows color (decimal): -6901094 or 10138262. OLE color: 10138262.

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

Color convert

RGB 150 178 154 -
CMYK 0.16 0 0.13 0.30
HSL 128.57º 0.15% 0.64% -
HSV(B) 128.57º 0.16% 0.7% -
XYZ 34.33 40.66 36.61 -
YUV 166.89 120.72 115.95 -
System Red Green Blue C M Y K H S L
Decimal 150 178 154 0.16 0 0.13 0.30 128.57 0.15 0.64
Hex 96 B2 9A 10 0 D 1E 81 F 40
Octal 226 262 232 20 0 15 36 201 17 100
Binary 10010110 10110010 10011010 10000 0 1101 11110 10000001 1111 1000000

Color Harmonies of #96B29A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B29A

Black with #96B29A

Text Example


Text Example

White with #96B29A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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