Html Css Color HEX #9DBF88 Norway

📋 copy color: '#9DBF88'

red 157 ◦ green 191 ◦ blue 136

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

Shades of Norway #9DBF88

Tints of Norway #9DBF88

RGB

 RED value IS 157 (61.72% from 255) = 32.44%

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

 BLUE value IS 136 (53.52% from 255) = 28.1%

R = 32.44%
G = 39.46%
B = 28.1%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#9DBF88 (or 0x9DBF88) is known color: Norway. HEX triplet: 9D, BF and 88. RGB value is (157,191,136). Sum of RGB (Red+Green+Blue) = 157+191+136=484 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.44% from 484); Green value is 191 (75% from 255 or 39.46% from 484); Blue value is 136 (53.52% from 255 or 28.10% from 484); Max value from RGB is 191 - color contains mainly: green. Hex color #9DBF88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBF88 is #624077. Grayscale: #AEAEAE. Windows color (decimal): -6439032 or 8961949. OLE color: 8961949.

HSL color Cylindrical-coordinate representation of color #9DBF88: hue angle of 97.09º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DBF88 is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB 157 191 136 -
CMYK 0.18 0 0.29 0.25
HSL 97.09º 0.3% 0.64% -
HSV(B) 97.09º 0.29% 0.75% -
XYZ 36.98 46.21 30.26 -
YUV 174.56 106.24 115.47 -
System Red Green Blue C M Y K H S L
Decimal 157 191 136 0.18 0 0.29 0.25 97.09 0.3 0.64
Hex 9D BF 88 12 0 1D 19 61 1E 40
Octal 235 277 210 22 0 35 31 141 36 100
Binary 10011101 10111111 10001000 10010 0 11101 11001 1100001 11110 1000000

Color Harmonies of #9DBF88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBF88

Black with #9DBF88

Text Example


Text Example

White with #9DBF88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,191,136); }

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

background-color css

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

 a { background-color: rgb(157,191,136); }

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

border-color css

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

 span { border-color: rgb(157,191,136); }

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