Html Css Color HEX #9BBC84 Norway

📋 copy color: '#9BBC84'

red 155 ◦ green 188 ◦ blue 132

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

Shades of Norway #9BBC84

Tints of Norway #9BBC84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 27.79%

R = 32.63%
G = 39.58%
B = 27.79%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#9BBC84 (or 0x9BBC84) is known color: Norway. HEX triplet: 9B, BC and 84. RGB value is (155,188,132). Sum of RGB (Red+Green+Blue) = 155+188+132=475 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.63% from 475); Green value is 188 (73.83% from 255 or 39.58% from 475); Blue value is 132 (51.95% from 255 or 27.79% from 475); Max value from RGB is 188 - color contains mainly: green. Hex color #9BBC84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBC84 is #64437B. Grayscale: #ABABAB. Windows color (decimal): -6570876 or 8699035. OLE color: 8699035.

HSL color Cylindrical-coordinate representation of color #9BBC84: hue angle of 95.36º degrees, saturation: 0.29, 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 #9BBC84 is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB 155 188 132 -
CMYK 0.18 0 0.30 0.26
HSL 95.36º 0.29% 0.63% -
HSV(B) 95.36º 0.3% 0.74% -
XYZ 35.67 44.6 28.56 -
YUV 171.75 105.57 116.05 -
System Red Green Blue C M Y K H S L
Decimal 155 188 132 0.18 0 0.30 0.26 95.36 0.29 0.63
Hex 9B BC 84 12 0 1E 1A 5F 1D 3F
Octal 233 274 204 22 0 36 32 137 35 77
Binary 10011011 10111100 10000100 10010 0 11110 11010 1011111 11101 111111

Color Harmonies of #9BBC84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBC84

Black with #9BBC84

Text Example


Text Example

White with #9BBC84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,188,132); }

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

background-color css

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

 a { background-color: rgb(155,188,132); }

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

border-color css

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

 span { border-color: rgb(155,188,132); }

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