Html Css Color HEX #A8CC67 Olivine

📋 copy color: '#A8CC67'

red 168 ◦ green 204 ◦ blue 103

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

Shades of Olivine #A8CC67

Tints of Olivine #A8CC67

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.95%

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

R = 35.37%
G = 42.95%
B = 21.68%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.50

 K value IS 0.2

RGB Variations

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

Color information

#A8CC67 (or 0xA8CC67) is known color: Olivine. HEX triplet: A8, CC and 67. RGB value is (168,204,103). Sum of RGB (Red+Green+Blue) = 168+204+103=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 204 (80.08% from 255 or 42.95% from 475); Blue value is 103 (40.62% from 255 or 21.68% from 475); Max value from RGB is 204 - color contains mainly: green. Hex color #A8CC67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CC67 is #573398. Grayscale: #B6B6B6. Windows color (decimal): -5714841 or 6802600. OLE color: 6802600.

HSL color Cylindrical-coordinate representation of color #A8CC67: hue angle of 81.39º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A8CC67 is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.2.

Color convert

RGB 168 204 103 -
CMYK 0.18 0 0.50 0.2
HSL 81.39º 0.5% 0.6% -
HSV(B) 81.39º 0.5% 0.8% -
XYZ 40.19 52.49 20.85 -
YUV 181.72 83.57 118.21 -
System Red Green Blue C M Y K H S L
Decimal 168 204 103 0.18 0 0.50 0.2 81.39 0.5 0.6
Hex A8 CC 67 12 0 32 14 51 32 3C
Octal 250 314 147 22 0 62 24 121 62 74
Binary 10101000 11001100 1100111 10010 0 110010 10100 1010001 110010 111100

Color Harmonies of #A8CC67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CC67

Black with #A8CC67

Text Example


Text Example

White with #A8CC67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CC67; }

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

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

background-color css

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

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

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

border-color css

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

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

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