Html Css Color HEX #9CC082 Norway

📋 copy color: '#9CC082'

red 156 ◦ green 192 ◦ blue 130

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

Shades of Norway #9CC082

Tints of Norway #9CC082

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.17%

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

R = 32.64%
G = 40.17%
B = 27.2%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#9CC082 (or 0x9CC082) is known color: Norway. HEX triplet: 9C, C0 and 82. RGB value is (156,192,130). Sum of RGB (Red+Green+Blue) = 156+192+130=478 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.64% from 478); Green value is 192 (75.39% from 255 or 40.17% from 478); Blue value is 130 (51.17% from 255 or 27.20% from 478); Max value from RGB is 192 - color contains mainly: green. Hex color #9CC082 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CC082 is #633F7D. Grayscale: #AEAEAE. Windows color (decimal): -6504318 or 8568988. OLE color: 8568988.

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

Color convert

RGB 156 192 130 -
CMYK 0.19 0 0.32 0.25
HSL 94.84º 0.33% 0.63% -
HSV(B) 94.84º 0.32% 0.75% -
XYZ 36.59 46.38 28.14 -
YUV 174.17 103.07 115.04 -
System Red Green Blue C M Y K H S L
Decimal 156 192 130 0.19 0 0.32 0.25 94.84 0.33 0.63
Hex 9C C0 82 13 0 20 19 5F 21 3F
Octal 234 300 202 23 0 40 31 137 41 77
Binary 10011100 11000000 10000010 10011 0 100000 11001 1011111 100001 111111

Color Harmonies of #9CC082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC082

Black with #9CC082

Text Example


Text Example

White with #9CC082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,192,130); }

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

background-color css

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

 a { background-color: rgb(156,192,130); }

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

border-color css

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

 span { border-color: rgb(156,192,130); }

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