Html Css Color HEX #A8C569 Olivine

📋 copy color: '#A8C569'

red 168 ◦ green 197 ◦ blue 105

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

Shades of Olivine #A8C569

Tints of Olivine #A8C569

RGB

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

 GREEN value IS 197 (77.34% from 255) = 41.91%

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

R = 35.74%
G = 41.91%
B = 22.34%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#A8C569 (or 0xA8C569) is known color: Olivine. HEX triplet: A8, C5 and 69. RGB value is (168,197,105). Sum of RGB (Red+Green+Blue) = 168+197+105=470 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.74% from 470); Green value is 197 (77.34% from 255 or 41.91% from 470); Blue value is 105 (41.41% from 255 or 22.34% from 470); Max value from RGB is 197 - color contains mainly: green. Hex color #A8C569 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C569 is #573A96. Grayscale: #B2B2B2. Windows color (decimal): -5716631 or 6931880. OLE color: 6931880.

HSL color Cylindrical-coordinate representation of color #A8C569: hue angle of 78.91º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A8C569 is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB 168 197 105 -
CMYK 0.15 0 0.47 0.23
HSL 78.91º 0.44% 0.59% -
HSV(B) 78.91º 0.47% 0.77% -
XYZ 38.66 49.28 20.84 -
YUV 177.84 86.89 120.98 -
System Red Green Blue C M Y K H S L
Decimal 168 197 105 0.15 0 0.47 0.23 78.91 0.44 0.59
Hex A8 C5 69 F 0 2F 17 4F 2C 3B
Octal 250 305 151 17 0 57 27 117 54 73
Binary 10101000 11000101 1101001 1111 0 101111 10111 1001111 101100 111011

Color Harmonies of #A8C569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C569

Black with #A8C569

Text Example


Text Example

White with #A8C569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C569; }

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

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

background-color css

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

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

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

border-color css

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

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

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