Html Css Color HEX #A8C667 Olivine

📋 copy color: '#A8C667'

red 168 ◦ green 198 ◦ blue 103

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

Shades of Olivine #A8C667

Tints of Olivine #A8C667

RGB

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

 GREEN value IS 198 (77.73% from 255) = 42.22%

 BLUE value IS 103 (40.63% from 255) = 21.96%

R = 35.82%
G = 42.22%
B = 21.96%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#A8C667 (or 0xA8C667) is known color: Olivine. HEX triplet: A8, C6 and 67. RGB value is (168,198,103). Sum of RGB (Red+Green+Blue) = 168+198+103=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 198 (77.73% from 255 or 42.22% from 469); Blue value is 103 (40.62% from 255 or 21.96% from 469); Max value from RGB is 198 - color contains mainly: green. Hex color #A8C667 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C667 is #573998. Grayscale: #B2B2B2. Windows color (decimal): -5716377 or 6801064. OLE color: 6801064.

HSL color Cylindrical-coordinate representation of color #A8C667: hue angle of 78.95º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A8C667 is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB 168 198 103 -
CMYK 0.15 0 0.48 0.22
HSL 78.95º 0.45% 0.59% -
HSV(B) 78.95º 0.48% 0.78% -
XYZ 38.79 49.69 20.38 -
YUV 178.2 85.56 120.72 -
System Red Green Blue C M Y K H S L
Decimal 168 198 103 0.15 0 0.48 0.22 78.95 0.45 0.59
Hex A8 C6 67 F 0 30 16 4F 2D 3B
Octal 250 306 147 17 0 60 26 117 55 73
Binary 10101000 11000110 1100111 1111 0 110000 10110 1001111 101101 111011

Color Harmonies of #A8C667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C667

Black with #A8C667

Text Example


Text Example

White with #A8C667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C667; }

 p { color: rgb(168,198,103); }

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

background-color css

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

 a { background-color: rgb(168,198,103); }

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

border-color css

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

 span { border-color: rgb(168,198,103); }

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