Html Css Color HEX #96AC83 Norway

📋 copy color: '#96AC83'

red 150 ◦ green 172 ◦ blue 131

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

Shades of Norway #96AC83

Tints of Norway #96AC83

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.97%

 BLUE value IS 131 (51.56% from 255) = 28.92%

R = 33.11%
G = 37.97%
B = 28.92%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#96AC83 (or 0x96AC83) is known color: Norway. HEX triplet: 96, AC and 83. RGB value is (150,172,131). Sum of RGB (Red+Green+Blue) = 150+172+131=453 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.11% from 453); Green value is 172 (67.58% from 255 or 37.97% from 453); Blue value is 131 (51.56% from 255 or 28.92% from 453); Max value from RGB is 172 - color contains mainly: green. Hex color #96AC83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AC83 is #69537C. Grayscale: #A0A0A0. Windows color (decimal): -6902653 or 8629398. OLE color: 8629398.

HSL color Cylindrical-coordinate representation of color #96AC83: hue angle of 92.2º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #96AC83 is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 172 131 -
CMYK 0.13 0 0.24 0.33
HSL 92.2º 0.2% 0.59% -
HSV(B) 92.2º 0.24% 0.67% -
XYZ 31.43 37.63 27.08 -
YUV 160.75 111.21 120.33 -
System Red Green Blue C M Y K H S L
Decimal 150 172 131 0.13 0 0.24 0.33 92.2 0.2 0.59
Hex 96 AC 83 D 0 18 21 5C 14 3B
Octal 226 254 203 15 0 30 41 134 24 73
Binary 10010110 10101100 10000011 1101 0 11000 100001 1011100 10100 111011

Color Harmonies of #96AC83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AC83

Black with #96AC83

Text Example


Text Example

White with #96AC83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,172,131); }

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

background-color css

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

 a { background-color: rgb(150,172,131); }

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

border-color css

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

 span { border-color: rgb(150,172,131); }

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