Html Css Color HEX #9CBB88 Norway

📋 copy color: '#9CBB88'

red 156 ◦ green 187 ◦ blue 136

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

Shades of Norway #9CBB88

Tints of Norway #9CBB88

RGB

 RED value IS 156 (61.33% from 255) = 32.57%

 GREEN value IS 187 (73.44% from 255) = 39.04%

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

R = 32.57%
G = 39.04%
B = 28.39%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#9CBB88 (or 0x9CBB88) is known color: Norway. HEX triplet: 9C, BB and 88. RGB value is (156,187,136). Sum of RGB (Red+Green+Blue) = 156+187+136=479 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.57% from 479); Green value is 187 (73.44% from 255 or 39.04% from 479); Blue value is 136 (53.52% from 255 or 28.39% from 479); Max value from RGB is 187 - color contains mainly: green. Hex color #9CBB88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBB88 is #634477. Grayscale: #ACACAC. Windows color (decimal): -6505592 or 8960924. OLE color: 8960924.

HSL color Cylindrical-coordinate representation of color #9CBB88: hue angle of 96.47º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9CBB88 is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB 156 187 136 -
CMYK 0.17 0 0.27 0.27
HSL 96.47º 0.27% 0.63% -
HSV(B) 96.47º 0.27% 0.73% -
XYZ 35.92 44.39 29.97 -
YUV 171.92 107.73 116.65 -
System Red Green Blue C M Y K H S L
Decimal 156 187 136 0.17 0 0.27 0.27 96.47 0.27 0.63
Hex 9C BB 88 11 0 1B 1B 60 1B 3F
Octal 234 273 210 21 0 33 33 140 33 77
Binary 10011100 10111011 10001000 10001 0 11011 11011 1100000 11011 111111

Color Harmonies of #9CBB88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBB88

Black with #9CBB88

Text Example


Text Example

White with #9CBB88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,187,136); }

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

background-color css

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

 a { background-color: rgb(156,187,136); }

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

border-color css

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

 span { border-color: rgb(156,187,136); }

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