Html Css Color HEX #A8BC89 Norway

📋 copy color: '#A8BC89'

red 168 ◦ green 188 ◦ blue 137

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

Shades of Norway #A8BC89

Tints of Norway #A8BC89

RGB

 RED value IS 168 (66.02% from 255) = 34.08%

 GREEN value IS 188 (73.83% from 255) = 38.13%

 BLUE value IS 137 (53.91% from 255) = 27.79%

R = 34.08%
G = 38.13%
B = 27.79%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#A8BC89 (or 0xA8BC89) is known color: Norway. HEX triplet: A8, BC and 89. RGB value is (168,188,137). Sum of RGB (Red+Green+Blue) = 168+188+137=493 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.08% from 493); Green value is 188 (73.83% from 255 or 38.13% from 493); Blue value is 137 (53.91% from 255 or 27.79% from 493); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BC89 is #574376. Grayscale: #B0B0B0. Windows color (decimal): -5718903 or 9026728. OLE color: 9026728.

HSL color Cylindrical-coordinate representation of color #A8BC89: hue angle of 83.53º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A8BC89 is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB 168 188 137 -
CMYK 0.11 0 0.27 0.26
HSL 83.53º 0.28% 0.64% -
HSV(B) 83.53º 0.27% 0.74% -
XYZ 38.65 46.1 30.53 -
YUV 176.21 105.87 122.15 -
System Red Green Blue C M Y K H S L
Decimal 168 188 137 0.11 0 0.27 0.26 83.53 0.28 0.64
Hex A8 BC 89 B 0 1B 1A 54 1C 40
Octal 250 274 211 13 0 33 32 124 34 100
Binary 10101000 10111100 10001001 1011 0 11011 11010 1010100 11100 1000000

Color Harmonies of #A8BC89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BC89

Black with #A8BC89

Text Example


Text Example

White with #A8BC89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BC89; }

 p { color: rgb(168,188,137); }

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

background-color css

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

 a { background-color: rgb(168,188,137); }

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

border-color css

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

 span { border-color: rgb(168,188,137); }

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