Html Css Color HEX #96BC83 Norway

📋 copy color: '#96BC83'

red 150 ◦ green 188 ◦ blue 131

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

Shades of Norway #96BC83

Tints of Norway #96BC83

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.09%

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

R = 31.98%
G = 40.09%
B = 27.93%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#96BC83 (or 0x96BC83) is known color: Norway. HEX triplet: 96, BC and 83. RGB value is (150,188,131). Sum of RGB (Red+Green+Blue) = 150+188+131=469 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.98% from 469); Green value is 188 (73.83% from 255 or 40.09% from 469); Blue value is 131 (51.56% from 255 or 27.93% from 469); Max value from RGB is 188 - color contains mainly: green. Hex color #96BC83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BC83 is #69437C. Grayscale: #AAAAAA. Windows color (decimal): -6898557 or 8633494. OLE color: 8633494.

HSL color Cylindrical-coordinate representation of color #96BC83: hue angle of 100º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #96BC83 is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB 150 188 131 -
CMYK 0.20 0 0.30 0.26
HSL 100º 0.3% 0.63% -
HSV(B) 100º 0.3% 0.74% -
XYZ 34.66 44.09 28.16 -
YUV 170.14 105.91 113.63 -
System Red Green Blue C M Y K H S L
Decimal 150 188 131 0.20 0 0.30 0.26 100 0.3 0.63
Hex 96 BC 83 14 0 1E 1A 64 1E 3F
Octal 226 274 203 24 0 36 32 144 36 77
Binary 10010110 10111100 10000011 10100 0 11110 11010 1100100 11110 111111

Color Harmonies of #96BC83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BC83

Black with #96BC83

Text Example


Text Example

White with #96BC83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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