Html Css Color HEX #A5BF85 Norway

📋 copy color: '#A5BF85'

red 165 ◦ green 191 ◦ blue 133

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

Shades of Norway #A5BF85

Tints of Norway #A5BF85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 27.2%

R = 33.74%
G = 39.06%
B = 27.2%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#A5BF85 (or 0xA5BF85) is known color: Norway. HEX triplet: A5, BF and 85. RGB value is (165,191,133). Sum of RGB (Red+Green+Blue) = 165+191+133=489 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.74% from 489); Green value is 191 (75% from 255 or 39.06% from 489); Blue value is 133 (52.34% from 255 or 27.20% from 489); Max value from RGB is 191 - color contains mainly: green. Hex color #A5BF85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BF85 is #5A407A. Grayscale: #B0B0B0. Windows color (decimal): -5914747 or 8765349. OLE color: 8765349.

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

Color convert

RGB 165 191 133 -
CMYK 0.14 0 0.30 0.25
HSL 86.9º 0.31% 0.64% -
HSV(B) 86.9º 0.3% 0.75% -
XYZ 38.38 46.95 29.23 -
YUV 176.61 103.39 119.72 -
System Red Green Blue C M Y K H S L
Decimal 165 191 133 0.14 0 0.30 0.25 86.9 0.31 0.64
Hex A5 BF 85 E 0 1E 19 57 1F 40
Octal 245 277 205 16 0 36 31 127 37 100
Binary 10100101 10111111 10000101 1110 0 11110 11001 1010111 11111 1000000

Color Harmonies of #A5BF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BF85

Black with #A5BF85

Text Example


Text Example

White with #A5BF85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BF85; }

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

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

background-color css

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

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

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

border-color css

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

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

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