Html Css Color HEX #96B485 Norway

📋 copy color: '#96B485'

red 150 ◦ green 180 ◦ blue 133

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

Shades of Norway #96B485

Tints of Norway #96B485

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.88%

 BLUE value IS 133 (52.34% from 255) = 28.73%

R = 32.4%
G = 38.88%
B = 28.73%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#96B485 (or 0x96B485) is known color: Norway. HEX triplet: 96, B4 and 85. RGB value is (150,180,133). Sum of RGB (Red+Green+Blue) = 150+180+133=463 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.40% from 463); Green value is 180 (70.70% from 255 or 38.88% from 463); Blue value is 133 (52.34% from 255 or 28.73% from 463); Max value from RGB is 180 - color contains mainly: green. Hex color #96B485 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B485 is #694B7A. Grayscale: #A5A5A5. Windows color (decimal): -6900603 or 8762518. OLE color: 8762518.

HSL color Cylindrical-coordinate representation of color #96B485: hue angle of 98.3º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96B485 is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB 150 180 133 -
CMYK 0.17 0 0.26 0.29
HSL 98.3º 0.24% 0.61% -
HSV(B) 98.3º 0.26% 0.71% -
XYZ 33.13 40.82 28.32 -
YUV 165.67 109.56 116.82 -
System Red Green Blue C M Y K H S L
Decimal 150 180 133 0.17 0 0.26 0.29 98.3 0.24 0.61
Hex 96 B4 85 11 0 1A 1D 62 18 3D
Octal 226 264 205 21 0 32 35 142 30 75
Binary 10010110 10110100 10000101 10001 0 11010 11101 1100010 11000 111101

Color Harmonies of #96B485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B485

Black with #96B485

Text Example


Text Example

White with #96B485

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,180,133); }

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

background-color css

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

 a { background-color: rgb(150,180,133); }

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

border-color css

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

 span { border-color: rgb(150,180,133); }

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