Html Css Color HEX #A2BC67 Olivine

📋 copy color: '#A2BC67'

red 162 ◦ green 188 ◦ blue 103

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

Shades of Olivine #A2BC67

Tints of Olivine #A2BC67

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.5%

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

R = 35.76%
G = 41.5%
B = 22.74%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#A2BC67 (or 0xA2BC67) is known color: Olivine. HEX triplet: A2, BC and 67. RGB value is (162,188,103). Sum of RGB (Red+Green+Blue) = 162+188+103=453 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.76% from 453); Green value is 188 (73.83% from 255 or 41.50% from 453); Blue value is 103 (40.62% from 255 or 22.74% from 453); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BC67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BC67 is #5D4398. Grayscale: #AAAAAA. Windows color (decimal): -6112153 or 6798498. OLE color: 6798498.

HSL color Cylindrical-coordinate representation of color #A2BC67: hue angle of 78.35º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A2BC67 is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB 162 188 103 -
CMYK 0.14 0 0.45 0.26
HSL 78.35º 0.39% 0.57% -
HSV(B) 78.35º 0.45% 0.74% -
XYZ 35.33 44.63 19.58 -
YUV 170.54 89.89 121.91 -
System Red Green Blue C M Y K H S L
Decimal 162 188 103 0.14 0 0.45 0.26 78.35 0.39 0.57
Hex A2 BC 67 E 0 2D 1A 4E 27 39
Octal 242 274 147 16 0 55 32 116 47 71
Binary 10100010 10111100 1100111 1110 0 101101 11010 1001110 100111 111001

Color Harmonies of #A2BC67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BC67

Black with #A2BC67

Text Example


Text Example

White with #A2BC67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BC67; }

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

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

background-color css

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

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

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

border-color css

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

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

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