Html Css Color HEX #A8C269 Olivine

📋 copy color: '#A8C269'

red 168 ◦ green 194 ◦ blue 105

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

Shades of Olivine #A8C269

Tints of Olivine #A8C269

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.54%

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

R = 35.97%
G = 41.54%
B = 22.48%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#A8C269 (or 0xA8C269) is known color: Olivine. HEX triplet: A8, C2 and 69. RGB value is (168,194,105). Sum of RGB (Red+Green+Blue) = 168+194+105=467 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.97% from 467); Green value is 194 (76.17% from 255 or 41.54% from 467); Blue value is 105 (41.41% from 255 or 22.48% from 467); Max value from RGB is 194 - color contains mainly: green. Hex color #A8C269 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C269 is #573D96. Grayscale: #B0B0B0. Windows color (decimal): -5717399 or 6931112. OLE color: 6931112.

HSL color Cylindrical-coordinate representation of color #A8C269: hue angle of 77.53º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A8C269 is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB 168 194 105 -
CMYK 0.13 0 0.46 0.24
HSL 77.53º 0.42% 0.59% -
HSV(B) 77.53º 0.46% 0.76% -
XYZ 37.99 47.93 20.61 -
YUV 176.08 87.89 122.24 -
System Red Green Blue C M Y K H S L
Decimal 168 194 105 0.13 0 0.46 0.24 77.53 0.42 0.59
Hex A8 C2 69 D 0 2E 18 4E 2A 3B
Octal 250 302 151 15 0 56 30 116 52 73
Binary 10101000 11000010 1101001 1101 0 101110 11000 1001110 101010 111011

Color Harmonies of #A8C269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C269

Black with #A8C269

Text Example


Text Example

White with #A8C269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C269; }

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

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

background-color css

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

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

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

border-color css

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

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

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