Html Css Color HEX #A5BC63 Olivine

📋 copy color: '#A5BC63'

red 165 ◦ green 188 ◦ blue 99

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

Shades of Olivine #A5BC63

Tints of Olivine #A5BC63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 21.9%

R = 36.5%
G = 41.59%
B = 21.9%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#A5BC63 (or 0xA5BC63) is known color: Olivine. HEX triplet: A5, BC and 63. RGB value is (165,188,99). Sum of RGB (Red+Green+Blue) = 165+188+99=452 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.50% from 452); Green value is 188 (73.83% from 255 or 41.59% from 452); Blue value is 99 (39.06% from 255 or 21.90% from 452); Max value from RGB is 188 - color contains mainly: green. Hex color #A5BC63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BC63 is #5A439C. Grayscale: #ABABAB. Windows color (decimal): -5915549 or 6536357. OLE color: 6536357.

HSL color Cylindrical-coordinate representation of color #A5BC63: hue angle of 75.51º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A5BC63 is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB 165 188 99 -
CMYK 0.12 0 0.47 0.26
HSL 75.51º 0.4% 0.56% -
HSV(B) 75.51º 0.47% 0.74% -
XYZ 35.75 44.87 18.58 -
YUV 170.98 87.38 123.74 -
System Red Green Blue C M Y K H S L
Decimal 165 188 99 0.12 0 0.47 0.26 75.51 0.4 0.56
Hex A5 BC 63 C 0 2F 1A 4C 28 38
Octal 245 274 143 14 0 57 32 114 50 70
Binary 10100101 10111100 1100011 1100 0 101111 11010 1001100 101000 111000

Color Harmonies of #A5BC63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BC63

Black with #A5BC63

Text Example


Text Example

White with #A5BC63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BC63; }

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

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

background-color css

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

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

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

border-color css

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

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

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