Html Css Color HEX #A8BF96 Norway

📋 copy color: '#A8BF96'

red 168 ◦ green 191 ◦ blue 150

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

Shades of Norway #A8BF96

Tints of Norway #A8BF96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 29.47%

R = 33.01%
G = 37.52%
B = 29.47%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#A8BF96 (or 0xA8BF96) is known color: Norway. HEX triplet: A8, BF and 96. RGB value is (168,191,150). Sum of RGB (Red+Green+Blue) = 168+191+150=509 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.01% from 509); Green value is 191 (75% from 255 or 37.52% from 509); Blue value is 150 (58.98% from 255 or 29.47% from 509); Max value from RGB is 191 - color contains mainly: green. Hex color #A8BF96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BF96 is #574069. Grayscale: #B3B3B3. Windows color (decimal): -5718122 or 9879464. OLE color: 9879464.

HSL color Cylindrical-coordinate representation of color #A8BF96: hue angle of 93.66º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A8BF96 is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 191 150 -
CMYK 0.12 0 0.21 0.25
HSL 93.66º 0.24% 0.67% -
HSV(B) 93.66º 0.21% 0.75% -
XYZ 40.28 47.79 35.96 -
YUV 179.45 111.38 119.83 -
System Red Green Blue C M Y K H S L
Decimal 168 191 150 0.12 0 0.21 0.25 93.66 0.24 0.67
Hex A8 BF 96 C 0 15 19 5E 18 43
Octal 250 277 226 14 0 25 31 136 30 103
Binary 10101000 10111111 10010110 1100 0 10101 11001 1011110 11000 1000011

Color Harmonies of #A8BF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BF96

Black with #A8BF96

Text Example


Text Example

White with #A8BF96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BF96; }

 p { color: rgb(168,191,150); }

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

background-color css

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

 a { background-color: rgb(168,191,150); }

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

border-color css

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

 span { border-color: rgb(168,191,150); }

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