Html Css Color HEX #9CBE83 Norway

📋 copy color: '#9CBE83'

red 156 ◦ green 190 ◦ blue 131

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

Shades of Norway #9CBE83

Tints of Norway #9CBE83

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.83%

 BLUE value IS 131 (51.56% from 255) = 27.46%

R = 32.7%
G = 39.83%
B = 27.46%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#9CBE83 (or 0x9CBE83) is known color: Norway. HEX triplet: 9C, BE and 83. RGB value is (156,190,131). Sum of RGB (Red+Green+Blue) = 156+190+131=477 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.70% from 477); Green value is 190 (74.61% from 255 or 39.83% from 477); Blue value is 131 (51.56% from 255 or 27.46% from 477); Max value from RGB is 190 - color contains mainly: green. Hex color #9CBE83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBE83 is #63417C. Grayscale: #ADADAD. Windows color (decimal): -6504829 or 8634012. OLE color: 8634012.

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

Color convert

RGB 156 190 131 -
CMYK 0.18 0 0.31 0.25
HSL 94.58º 0.31% 0.63% -
HSV(B) 94.58º 0.31% 0.75% -
XYZ 36.22 45.53 28.35 -
YUV 173.11 104.24 115.8 -
System Red Green Blue C M Y K H S L
Decimal 156 190 131 0.18 0 0.31 0.25 94.58 0.31 0.63
Hex 9C BE 83 12 0 1F 19 5F 1F 3F
Octal 234 276 203 22 0 37 31 137 37 77
Binary 10011100 10111110 10000011 10010 0 11111 11001 1011111 11111 111111

Color Harmonies of #9CBE83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBE83

Black with #9CBE83

Text Example


Text Example

White with #9CBE83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,190,131); }

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

background-color css

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

 a { background-color: rgb(156,190,131); }

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

border-color css

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

 span { border-color: rgb(156,190,131); }

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