Html Css Color HEX #A2BC68 Olivine

📋 copy color: '#A2BC68'

red 162 ◦ green 188 ◦ blue 104

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

Shades of Olivine #A2BC68

Tints of Olivine #A2BC68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 22.91%

R = 35.68%
G = 41.41%
B = 22.91%

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

#A2BC68 (or 0xA2BC68) is known color: Olivine. HEX triplet: A2, BC and 68. RGB value is (162,188,104). Sum of RGB (Red+Green+Blue) = 162+188+104=454 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.68% from 454); Green value is 188 (73.83% from 255 or 41.41% from 454); Blue value is 104 (41.02% from 255 or 22.91% from 454); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BC68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BC68 is #5D4397. Grayscale: #AAAAAA. Windows color (decimal): -6112152 or 6864034. OLE color: 6864034.

HSL color Cylindrical-coordinate representation of color #A2BC68: hue angle of 78.57º 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 #A2BC68 is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB 162 188 104 -
CMYK 0.14 0 0.45 0.26
HSL 78.57º 0.39% 0.57% -
HSV(B) 78.57º 0.45% 0.74% -
XYZ 35.38 44.65 19.85 -
YUV 170.65 90.39 121.83 -
System Red Green Blue C M Y K H S L
Decimal 162 188 104 0.14 0 0.45 0.26 78.57 0.39 0.57
Hex A2 BC 68 E 0 2D 1A 4F 27 39
Octal 242 274 150 16 0 55 32 117 47 71
Binary 10100010 10111100 1101000 1110 0 101101 11010 1001111 100111 111001

Color Harmonies of #A2BC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BC68

Black with #A2BC68

Text Example


Text Example

White with #A2BC68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BC68; }

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

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

background-color css

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

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

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

border-color css

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

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

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