Html Css Color HEX #9BBD82 Norway

📋 copy color: '#9BBD82'

red 155 ◦ green 189 ◦ blue 130

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

Shades of Norway #9BBD82

Tints of Norway #9BBD82

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.87%

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

R = 32.7%
G = 39.87%
B = 27.43%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#9BBD82 (or 0x9BBD82) is known color: Norway. HEX triplet: 9B, BD and 82. RGB value is (155,189,130). Sum of RGB (Red+Green+Blue) = 155+189+130=474 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.70% from 474); Green value is 189 (74.22% from 255 or 39.87% from 474); Blue value is 130 (51.17% from 255 or 27.43% from 474); Max value from RGB is 189 - color contains mainly: green. Hex color #9BBD82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBD82 is #64427D. Grayscale: #ACACAC. Windows color (decimal): -6570622 or 8568219. OLE color: 8568219.

HSL color Cylindrical-coordinate representation of color #9BBD82: hue angle of 94.58º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9BBD82 is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.

Color convert

RGB 155 189 130 -
CMYK 0.18 0 0.31 0.26
HSL 94.58º 0.31% 0.63% -
HSV(B) 94.58º 0.31% 0.74% -
XYZ 35.74 44.98 27.92 -
YUV 172.11 104.24 115.8 -
System Red Green Blue C M Y K H S L
Decimal 155 189 130 0.18 0 0.31 0.26 94.58 0.31 0.63
Hex 9B BD 82 12 0 1F 1A 5F 1F 3F
Octal 233 275 202 22 0 37 32 137 37 77
Binary 10011011 10111101 10000010 10010 0 11111 11010 1011111 11111 111111

Color Harmonies of #9BBD82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBD82

Black with #9BBD82

Text Example


Text Example

White with #9BBD82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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