Html Css Color HEX #A4BD8A Norway

📋 copy color: '#A4BD8A'

red 164 ◦ green 189 ◦ blue 138

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

Shades of Norway #A4BD8A

Tints of Norway #A4BD8A

RGB

 RED value IS 164 (64.45% from 255) = 33.4%

 GREEN value IS 189 (74.22% from 255) = 38.49%

 BLUE value IS 138 (54.3% from 255) = 28.11%

R = 33.4%
G = 38.49%
B = 28.11%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#A4BD8A (or 0xA4BD8A) is known color: Norway. HEX triplet: A4, BD and 8A. RGB value is (164,189,138). Sum of RGB (Red+Green+Blue) = 164+189+138=491 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.40% from 491); Green value is 189 (74.22% from 255 or 38.49% from 491); Blue value is 138 (54.30% from 255 or 28.11% from 491); Max value from RGB is 189 - color contains mainly: green. Hex color #A4BD8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BD8A is #5B4275. Grayscale: #AFAFAF. Windows color (decimal): -5980790 or 9092516. OLE color: 9092516.

HSL color Cylindrical-coordinate representation of color #A4BD8A: hue angle of 89.41º 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 #A4BD8A is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB 164 189 138 -
CMYK 0.13 0 0.27 0.26
HSL 89.41º 0.28% 0.64% -
HSV(B) 89.41º 0.27% 0.74% -
XYZ 38.09 46.12 30.94 -
YUV 175.71 106.72 119.65 -
System Red Green Blue C M Y K H S L
Decimal 164 189 138 0.13 0 0.27 0.26 89.41 0.28 0.64
Hex A4 BD 8A D 0 1B 1A 59 1C 40
Octal 244 275 212 15 0 33 32 131 34 100
Binary 10100100 10111101 10001010 1101 0 11011 11010 1011001 11100 1000000

Color Harmonies of #A4BD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BD8A

Black with #A4BD8A

Text Example


Text Example

White with #A4BD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BD8A; }

 p { color: rgb(164,189,138); }

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

background-color css

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

 a { background-color: rgb(164,189,138); }

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

border-color css

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

 span { border-color: rgb(164,189,138); }

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