Html Css Color HEX #A5BC71 Olivine

📋 copy color: '#A5BC71'

red 165 ◦ green 188 ◦ blue 113

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

Shades of Olivine #A5BC71

Tints of Olivine #A5BC71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 24.25%

R = 35.41%
G = 40.34%
B = 24.25%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#A5BC71 (or 0xA5BC71) is known color: Olivine. HEX triplet: A5, BC and 71. RGB value is (165,188,113). Sum of RGB (Red+Green+Blue) = 165+188+113=466 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.41% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 113 (44.53% from 255 or 24.25% from 466); Max value from RGB is 188 - color contains mainly: green. Hex color #A5BC71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BC71 is #5A438E. Grayscale: #ACACAC. Windows color (decimal): -5915535 or 7453861. OLE color: 7453861.

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

Color convert

RGB 165 188 113 -
CMYK 0.12 0 0.40 0.26
HSL 78.4º 0.36% 0.59% -
HSV(B) 78.4º 0.4% 0.74% -
XYZ 36.48 45.16 22.42 -
YUV 172.57 94.38 122.6 -
System Red Green Blue C M Y K H S L
Decimal 165 188 113 0.12 0 0.40 0.26 78.4 0.36 0.59
Hex A5 BC 71 C 0 28 1A 4E 24 3B
Octal 245 274 161 14 0 50 32 116 44 73
Binary 10100101 10111100 1110001 1100 0 101000 11010 1001110 100100 111011

Color Harmonies of #A5BC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BC71

Black with #A5BC71

Text Example


Text Example

White with #A5BC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BC71; }

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

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

background-color css

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

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

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

border-color css

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

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

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