Html Css Color HEX #A5BF87 Norway

📋 copy color: '#A5BF87'

red 165 ◦ green 191 ◦ blue 135

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

Shades of Norway #A5BF87

Tints of Norway #A5BF87

RGB

 RED value IS 165 (64.84% from 255) = 33.6%

 GREEN value IS 191 (75% from 255) = 38.9%

 BLUE value IS 135 (53.13% from 255) = 27.49%

R = 33.6%
G = 38.9%
B = 27.49%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#A5BF87 (or 0xA5BF87) is known color: Norway. HEX triplet: A5, BF and 87. RGB value is (165,191,135). Sum of RGB (Red+Green+Blue) = 165+191+135=491 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.60% from 491); Green value is 191 (75% from 255 or 38.90% from 491); Blue value is 135 (53.12% from 255 or 27.49% from 491); Max value from RGB is 191 - color contains mainly: green. Hex color #A5BF87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BF87 is #5A4078. Grayscale: #B1B1B1. Windows color (decimal): -5914745 or 8896421. OLE color: 8896421.

HSL color Cylindrical-coordinate representation of color #A5BF87: hue angle of 87.86º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5BF87 is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 191 135 -
CMYK 0.14 0 0.29 0.25
HSL 87.86º 0.3% 0.64% -
HSV(B) 87.86º 0.29% 0.75% -
XYZ 38.52 47.01 29.97 -
YUV 176.84 104.39 119.55 -
System Red Green Blue C M Y K H S L
Decimal 165 191 135 0.14 0 0.29 0.25 87.86 0.3 0.64
Hex A5 BF 87 E 0 1D 19 58 1E 40
Octal 245 277 207 16 0 35 31 130 36 100
Binary 10100101 10111111 10000111 1110 0 11101 11001 1011000 11110 1000000

Color Harmonies of #A5BF87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BF87

Black with #A5BF87

Text Example


Text Example

White with #A5BF87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BF87; }

 p { color: rgb(165,191,135); }

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

background-color css

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

 a { background-color: rgb(165,191,135); }

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

border-color css

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

 span { border-color: rgb(165,191,135); }

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