Html Css Color HEX #A5BC68 Olivine

📋 copy color: '#A5BC68'

red 165 ◦ green 188 ◦ blue 104

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

Shades of Olivine #A5BC68

Tints of Olivine #A5BC68

RGB

 RED value IS 165 (64.84% from 255) = 36.11%

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

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

R = 36.11%
G = 41.14%
B = 22.76%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#A5BC68 (or 0xA5BC68) is known color: Olivine. HEX triplet: A5, BC and 68. RGB value is (165,188,104). Sum of RGB (Red+Green+Blue) = 165+188+104=457 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.11% from 457); Green value is 188 (73.83% from 255 or 41.14% from 457); Blue value is 104 (41.02% from 255 or 22.76% from 457); Max value from RGB is 188 - color contains mainly: green. Hex color #A5BC68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BC68 is #5A4397. Grayscale: #ABABAB. Windows color (decimal): -5915544 or 6864037. OLE color: 6864037.

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

Color convert

RGB 165 188 104 -
CMYK 0.12 0 0.45 0.26
HSL 76.43º 0.39% 0.57% -
HSV(B) 76.43º 0.45% 0.74% -
XYZ 36 44.97 19.88 -
YUV 171.55 89.88 123.33 -
System Red Green Blue C M Y K H S L
Decimal 165 188 104 0.12 0 0.45 0.26 76.43 0.39 0.57
Hex A5 BC 68 C 0 2D 1A 4C 27 39
Octal 245 274 150 14 0 55 32 114 47 71
Binary 10100101 10111100 1101000 1100 0 101101 11010 1001100 100111 111001

Color Harmonies of #A5BC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BC68

Black with #A5BC68

Text Example


Text Example

White with #A5BC68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BC68; }

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

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

background-color css

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

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

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

border-color css

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

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

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