Html Css Color HEX #A2CE67 Olivine

📋 copy color: '#A2CE67'

red 162 ◦ green 206 ◦ blue 103

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

Shades of Olivine #A2CE67

Tints of Olivine #A2CE67

RGB

 RED value IS 162 (63.67% from 255) = 34.39%

 GREEN value IS 206 (80.86% from 255) = 43.74%

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

R = 34.39%
G = 43.74%
B = 21.87%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#A2CE67 (or 0xA2CE67) is known color: Olivine. HEX triplet: A2, CE and 67. RGB value is (162,206,103). Sum of RGB (Red+Green+Blue) = 162+206+103=471 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.39% from 471); Green value is 206 (80.86% from 255 or 43.74% from 471); Blue value is 103 (40.62% from 255 or 21.87% from 471); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CE67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CE67 is #5D3198. Grayscale: #B5B5B5. Windows color (decimal): -6107545 or 6803106. OLE color: 6803106.

HSL color Cylindrical-coordinate representation of color #A2CE67: hue angle of 85.63º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A2CE67 is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB 162 206 103 -
CMYK 0.21 0 0.50 0.19
HSL 85.63º 0.51% 0.61% -
HSV(B) 85.63º 0.5% 0.81% -
XYZ 39.42 52.8 20.95 -
YUV 181.1 83.92 114.38 -
System Red Green Blue C M Y K H S L
Decimal 162 206 103 0.21 0 0.50 0.19 85.63 0.51 0.61
Hex A2 CE 67 15 0 32 13 56 33 3D
Octal 242 316 147 25 0 62 23 126 63 75
Binary 10100010 11001110 1100111 10101 0 110010 10011 1010110 110011 111101

Color Harmonies of #A2CE67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CE67

Black with #A2CE67

Text Example


Text Example

White with #A2CE67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CE67; }

 p { color: rgb(162,206,103); }

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

background-color css

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

 a { background-color: rgb(162,206,103); }

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

border-color css

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

 span { border-color: rgb(162,206,103); }

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