Html Css Color HEX #A8BC92 Norway

📋 copy color: '#A8BC92'

red 168 ◦ green 188 ◦ blue 146

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

Shades of Norway #A8BC92

Tints of Norway #A8BC92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 29.08%

R = 33.47%
G = 37.45%
B = 29.08%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#A8BC92 (or 0xA8BC92) is known color: Norway. HEX triplet: A8, BC and 92. RGB value is (168,188,146). Sum of RGB (Red+Green+Blue) = 168+188+146=502 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.47% from 502); Green value is 188 (73.83% from 255 or 37.45% from 502); Blue value is 146 (57.42% from 255 or 29.08% from 502); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BC92 is #57436D. Grayscale: #B1B1B1. Windows color (decimal): -5718894 or 9616552. OLE color: 9616552.

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

Color convert

RGB 168 188 146 -
CMYK 0.11 0 0.22 0.26
HSL 88.57º 0.24% 0.65% -
HSV(B) 88.57º 0.22% 0.74% -
XYZ 39.32 46.37 34.07 -
YUV 177.23 110.37 121.42 -
System Red Green Blue C M Y K H S L
Decimal 168 188 146 0.11 0 0.22 0.26 88.57 0.24 0.65
Hex A8 BC 92 B 0 16 1A 59 18 41
Octal 250 274 222 13 0 26 32 131 30 101
Binary 10101000 10111100 10010010 1011 0 10110 11010 1011001 11000 1000001

Color Harmonies of #A8BC92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BC92

Black with #A8BC92

Text Example


Text Example

White with #A8BC92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BC92; }

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

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

background-color css

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

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

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

border-color css

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

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

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