Html Css Color HEX #A8C367 Olivine

📋 copy color: '#A8C367'

red 168 ◦ green 195 ◦ blue 103

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

Shades of Olivine #A8C367

Tints of Olivine #A8C367

RGB

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

 GREEN value IS 195 (76.56% from 255) = 41.85%

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

R = 36.05%
G = 41.85%
B = 22.1%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#A8C367 (or 0xA8C367) is known color: Olivine. HEX triplet: A8, C3 and 67. RGB value is (168,195,103). Sum of RGB (Red+Green+Blue) = 168+195+103=466 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.05% from 466); Green value is 195 (76.56% from 255 or 41.85% from 466); Blue value is 103 (40.62% from 255 or 22.10% from 466); Max value from RGB is 195 - color contains mainly: green. Hex color #A8C367 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C367 is #573C98. Grayscale: #B0B0B0. Windows color (decimal): -5717145 or 6800296. OLE color: 6800296.

HSL color Cylindrical-coordinate representation of color #A8C367: hue angle of 77.61º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A8C367 is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB 168 195 103 -
CMYK 0.14 0 0.47 0.24
HSL 77.61º 0.43% 0.58% -
HSV(B) 77.61º 0.47% 0.76% -
XYZ 38.11 48.33 20.15 -
YUV 176.44 86.55 121.98 -
System Red Green Blue C M Y K H S L
Decimal 168 195 103 0.14 0 0.47 0.24 77.61 0.43 0.58
Hex A8 C3 67 E 0 2F 18 4E 2B 3A
Octal 250 303 147 16 0 57 30 116 53 72
Binary 10101000 11000011 1100111 1110 0 101111 11000 1001110 101011 111010

Color Harmonies of #A8C367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C367

Black with #A8C367

Text Example


Text Example

White with #A8C367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C367; }

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

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

background-color css

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

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

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

border-color css

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

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

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