Html Css Color HEX #A8BD69 Olivine

📋 copy color: '#A8BD69'

red 168 ◦ green 189 ◦ blue 105

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

Shades of Olivine #A8BD69

Tints of Olivine #A8BD69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 22.73%

R = 36.36%
G = 40.91%
B = 22.73%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#A8BD69 (or 0xA8BD69) is known color: Olivine. HEX triplet: A8, BD and 69. RGB value is (168,189,105). Sum of RGB (Red+Green+Blue) = 168+189+105=462 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.36% from 462); Green value is 189 (74.22% from 255 or 40.91% from 462); Blue value is 105 (41.41% from 255 or 22.73% from 462); Max value from RGB is 189 - color contains mainly: green. Hex color #A8BD69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BD69 is #574296. Grayscale: #ADADAD. Windows color (decimal): -5718679 or 6929832. OLE color: 6929832.

HSL color Cylindrical-coordinate representation of color #A8BD69: hue angle of 75º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A8BD69 is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB 168 189 105 -
CMYK 0.11 0 0.44 0.26
HSL 75º 0.39% 0.58% -
HSV(B) 75º 0.44% 0.74% -
XYZ 36.9 45.74 20.25 -
YUV 173.15 89.54 124.33 -
System Red Green Blue C M Y K H S L
Decimal 168 189 105 0.11 0 0.44 0.26 75 0.39 0.58
Hex A8 BD 69 B 0 2C 1A 4B 27 3A
Octal 250 275 151 13 0 54 32 113 47 72
Binary 10101000 10111101 1101001 1011 0 101100 11010 1001011 100111 111010

Color Harmonies of #A8BD69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BD69

Black with #A8BD69

Text Example


Text Example

White with #A8BD69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BD69; }

 p { color: rgb(168,189,105); }

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

background-color css

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

 a { background-color: rgb(168,189,105); }

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

border-color css

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

 span { border-color: rgb(168,189,105); }

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