Html Css Color HEX #9BB682 Norway

📋 copy color: '#9BB682'

red 155 ◦ green 182 ◦ blue 130

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

Shades of Norway #9BB682

Tints of Norway #9BB682

RGB

 RED value IS 155 (60.94% from 255) = 33.19%

 GREEN value IS 182 (71.48% from 255) = 38.97%

 BLUE value IS 130 (51.17% from 255) = 27.84%

R = 33.19%
G = 38.97%
B = 27.84%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#9BB682 (or 0x9BB682) is known color: Norway. HEX triplet: 9B, B6 and 82. RGB value is (155,182,130). Sum of RGB (Red+Green+Blue) = 155+182+130=467 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.19% from 467); Green value is 182 (71.48% from 255 or 38.97% from 467); Blue value is 130 (51.17% from 255 or 27.84% from 467); Max value from RGB is 182 - color contains mainly: green. Hex color #9BB682 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB682 is #64497D. Grayscale: #A8A8A8. Windows color (decimal): -6572414 or 8566427. OLE color: 8566427.

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

Color convert

RGB 155 182 130 -
CMYK 0.15 0 0.29 0.29
HSL 91.15º 0.26% 0.61% -
HSV(B) 91.15º 0.29% 0.71% -
XYZ 34.27 42.04 27.43 -
YUV 168 106.55 118.73 -
System Red Green Blue C M Y K H S L
Decimal 155 182 130 0.15 0 0.29 0.29 91.15 0.26 0.61
Hex 9B B6 82 F 0 1D 1D 5B 1A 3D
Octal 233 266 202 17 0 35 35 133 32 75
Binary 10011011 10110110 10000010 1111 0 11101 11101 1011011 11010 111101

Color Harmonies of #9BB682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB682

Black with #9BB682

Text Example


Text Example

White with #9BB682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9BB682; }

 p { color: rgb(155,182,130); }

 H1.HeaderClassName
 {
   color: #9BB682;
 }
 .AnyTagClassName
 {
   color: #9BB682;
 }
</style>

background-color css

<style>
 a { background-color: #9BB682; }

 a { background-color: rgb(155,182,130); }

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

border-color css

<style>
 span { border-color: #9BB682; }

 span { border-color: rgb(155,182,130); }

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