Html Css Color HEX #A8C969 Olivine

📋 copy color: '#A8C969'

red 168 ◦ green 201 ◦ blue 105

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

Shades of Olivine #A8C969

Tints of Olivine #A8C969

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.41%

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

R = 35.44%
G = 42.41%
B = 22.15%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#A8C969 (or 0xA8C969) is known color: Olivine. HEX triplet: A8, C9 and 69. RGB value is (168,201,105). Sum of RGB (Red+Green+Blue) = 168+201+105=474 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.44% from 474); Green value is 201 (78.91% from 255 or 42.41% from 474); Blue value is 105 (41.41% from 255 or 22.15% from 474); Max value from RGB is 201 - color contains mainly: green. Hex color #A8C969 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C969 is #573696. Grayscale: #B4B4B4. Windows color (decimal): -5715607 or 6932904. OLE color: 6932904.

HSL color Cylindrical-coordinate representation of color #A8C969: hue angle of 80.62º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A8C969 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB 168 201 105 -
CMYK 0.16 0 0.48 0.21
HSL 80.63º 0.47% 0.6% -
HSV(B) 80.63º 0.48% 0.79% -
XYZ 39.58 51.12 21.15 -
YUV 180.19 85.57 119.31 -
System Red Green Blue C M Y K H S L
Decimal 168 201 105 0.16 0 0.48 0.21 80.63 0.47 0.6
Hex A8 C9 69 10 0 30 15 51 2F 3C
Octal 250 311 151 20 0 60 25 121 57 74
Binary 10101000 11001001 1101001 10000 0 110000 10101 1010001 101111 111100

Color Harmonies of #A8C969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C969

Black with #A8C969

Text Example


Text Example

White with #A8C969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C969; }

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

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

background-color css

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

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

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

border-color css

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

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

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