Html Css Color HEX #A4BD92 Norway

📋 copy color: '#A4BD92'

red 164 ◦ green 189 ◦ blue 146

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

Shades of Norway #A4BD92

Tints of Norway #A4BD92

RGB

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

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

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

R = 32.87%
G = 37.88%
B = 29.26%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#A4BD92 (or 0xA4BD92) is known color: Norway. HEX triplet: A4, BD and 92. RGB value is (164,189,146). Sum of RGB (Red+Green+Blue) = 164+189+146=499 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.87% from 499); Green value is 189 (74.22% from 255 or 37.88% from 499); Blue value is 146 (57.42% from 255 or 29.26% from 499); Max value from RGB is 189 - color contains mainly: green. Hex color #A4BD92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BD92 is #5B426D. Grayscale: #B0B0B0. Windows color (decimal): -5980782 or 9616804. OLE color: 9616804.

HSL color Cylindrical-coordinate representation of color #A4BD92: hue angle of 94.88º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A4BD92 is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB 164 189 146 -
CMYK 0.13 0 0.23 0.26
HSL 94.88º 0.25% 0.66% -
HSV(B) 94.88º 0.23% 0.74% -
XYZ 38.7 46.36 34.1 -
YUV 176.62 110.72 119 -
System Red Green Blue C M Y K H S L
Decimal 164 189 146 0.13 0 0.23 0.26 94.88 0.25 0.66
Hex A4 BD 92 D 0 17 1A 5F 19 42
Octal 244 275 222 15 0 27 32 137 31 102
Binary 10100100 10111101 10010010 1101 0 10111 11010 1011111 11001 1000010

Color Harmonies of #A4BD92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BD92

Black with #A4BD92

Text Example


Text Example

White with #A4BD92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BD92; }

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

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

background-color css

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

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

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

border-color css

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

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

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