Html Css Color HEX #9BBF84 Norway

📋 copy color: '#9BBF84'

red 155 ◦ green 191 ◦ blue 132

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

Shades of Norway #9BBF84

Tints of Norway #9BBF84

RGB

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

 GREEN value IS 191 (75% from 255) = 39.96%

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

R = 32.43%
G = 39.96%
B = 27.62%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#9BBF84 (or 0x9BBF84) is known color: Norway. HEX triplet: 9B, BF and 84. RGB value is (155,191,132). Sum of RGB (Red+Green+Blue) = 155+191+132=478 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.43% from 478); Green value is 191 (75% from 255 or 39.96% from 478); Blue value is 132 (51.95% from 255 or 27.62% from 478); Max value from RGB is 191 - color contains mainly: green. Hex color #9BBF84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBF84 is #64407B. Grayscale: #ADADAD. Windows color (decimal): -6570108 or 8699803. OLE color: 8699803.

HSL color Cylindrical-coordinate representation of color #9BBF84: hue angle of 96.61º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9BBF84 is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB 155 191 132 -
CMYK 0.19 0 0.31 0.25
HSL 96.61º 0.32% 0.63% -
HSV(B) 96.61º 0.31% 0.75% -
XYZ 36.31 45.9 28.77 -
YUV 173.51 104.57 114.8 -
System Red Green Blue C M Y K H S L
Decimal 155 191 132 0.19 0 0.31 0.25 96.61 0.32 0.63
Hex 9B BF 84 13 0 1F 19 61 20 3F
Octal 233 277 204 23 0 37 31 141 40 77
Binary 10011011 10111111 10000100 10011 0 11111 11001 1100001 100000 111111

Color Harmonies of #9BBF84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBF84

Black with #9BBF84

Text Example


Text Example

White with #9BBF84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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