Html Css Color HEX #96B29B Edward

📋 copy color: '#96B29B'

red 150 ◦ green 178 ◦ blue 155

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

Shades of Edward #96B29B

Tints of Edward #96B29B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 32.09%

R = 31.06%
G = 36.85%
B = 32.09%

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

#96B29B (or 0x96B29B) is known color: Edward. HEX triplet: 96, B2 and 9B. RGB value is (150,178,155). Sum of RGB (Red+Green+Blue) = 150+178+155=483 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.06% from 483); Green value is 178 (69.92% from 255 or 36.85% from 483); Blue value is 155 (60.94% from 255 or 32.09% from 483); Max value from RGB is 178 - color contains mainly: green. Hex color #96B29B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96B29B is #694D64. Grayscale: #A7A7A7. Windows color (decimal): -6901093 or 10203798. OLE color: 10203798.

HSL color Cylindrical-coordinate representation of color #96B29B: hue angle of 130.71º 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 #96B29B is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB 150 178 155 -
CMYK 0.16 0 0.13 0.30
HSL 130.71º 0.15% 0.64% -
HSV(B) 130.71º 0.16% 0.7% -
XYZ 34.41 40.69 37.05 -
YUV 167.01 121.22 115.87 -
System Red Green Blue C M Y K H S L
Decimal 150 178 155 0.16 0 0.13 0.30 130.71 0.15 0.64
Hex 96 B2 9B 10 0 D 1E 83 F 40
Octal 226 262 233 20 0 15 36 203 17 100
Binary 10010110 10110010 10011011 10000 0 1101 11110 10000011 1111 1000000

Color Harmonies of #96B29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B29B

Black with #96B29B

Text Example


Text Example

White with #96B29B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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