Html Css Color HEX #A5BC75 Olivine

📋 copy color: '#A5BC75'

red 165 ◦ green 188 ◦ blue 117

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

Shades of Olivine #A5BC75

Tints of Olivine #A5BC75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.89%

R = 35.11%
G = 40%
B = 24.89%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#A5BC75 (or 0xA5BC75) is known color: Olivine. HEX triplet: A5, BC and 75. RGB value is (165,188,117). Sum of RGB (Red+Green+Blue) = 165+188+117=470 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.11% from 470); Green value is 188 (73.83% from 255 or 40% from 470); Blue value is 117 (46.09% from 255 or 24.89% from 470); Max value from RGB is 188 - color contains mainly: green. Hex color #A5BC75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BC75 is #5A438A. Grayscale: #ADADAD. Windows color (decimal): -5915531 or 7716005. OLE color: 7716005.

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

Color convert

RGB 165 188 117 -
CMYK 0.12 0 0.38 0.26
HSL 79.44º 0.35% 0.6% -
HSV(B) 79.44º 0.38% 0.74% -
XYZ 36.71 45.25 23.63 -
YUV 173.03 96.38 122.27 -
System Red Green Blue C M Y K H S L
Decimal 165 188 117 0.12 0 0.38 0.26 79.44 0.35 0.6
Hex A5 BC 75 C 0 26 1A 4F 23 3C
Octal 245 274 165 14 0 46 32 117 43 74
Binary 10100101 10111100 1110101 1100 0 100110 11010 1001111 100011 111100

Color Harmonies of #A5BC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BC75

Black with #A5BC75

Text Example


Text Example

White with #A5BC75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BC75; }

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

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

background-color css

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

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

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

border-color css

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

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

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