Html Css Color HEX #A8BF6D Olivine

📋 copy color: '#A8BF6D'

red 168 ◦ green 191 ◦ blue 109

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

Shades of Olivine #A8BF6D

Tints of Olivine #A8BF6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.29%

R = 35.9%
G = 40.81%
B = 23.29%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#A8BF6D (or 0xA8BF6D) is known color: Olivine. HEX triplet: A8, BF and 6D. RGB value is (168,191,109). Sum of RGB (Red+Green+Blue) = 168+191+109=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 191 (75% from 255 or 40.81% from 468); Blue value is 109 (42.97% from 255 or 23.29% from 468); Max value from RGB is 191 - color contains mainly: green. Hex color #A8BF6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BF6D is #574092. Grayscale: #AFAFAF. Windows color (decimal): -5718163 or 7192488. OLE color: 7192488.

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

Color convert

RGB 168 191 109 -
CMYK 0.12 0 0.43 0.25
HSL 76.83º 0.39% 0.59% -
HSV(B) 76.83º 0.43% 0.75% -
XYZ 37.54 46.69 21.5 -
YUV 174.78 90.88 123.17 -
System Red Green Blue C M Y K H S L
Decimal 168 191 109 0.12 0 0.43 0.25 76.83 0.39 0.59
Hex A8 BF 6D C 0 2B 19 4D 27 3B
Octal 250 277 155 14 0 53 31 115 47 73
Binary 10101000 10111111 1101101 1100 0 101011 11001 1001101 100111 111011

Color Harmonies of #A8BF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BF6D

Black with #A8BF6D

Text Example


Text Example

White with #A8BF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BF6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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