Html Css Color HEX #A5CA73 Olivine

📋 copy color: '#A5CA73'

red 165 ◦ green 202 ◦ blue 115

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

Shades of Olivine #A5CA73

Tints of Olivine #A5CA73

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.91%

 BLUE value IS 115 (45.31% from 255) = 23.86%

R = 34.23%
G = 41.91%
B = 23.86%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#A5CA73 (or 0xA5CA73) is known color: Olivine. HEX triplet: A5, CA and 73. RGB value is (165,202,115). Sum of RGB (Red+Green+Blue) = 165+202+115=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 202 (79.30% from 255 or 41.91% from 482); Blue value is 115 (45.31% from 255 or 23.86% from 482); Max value from RGB is 202 - color contains mainly: green. Hex color #A5CA73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CA73 is #5A358C. Grayscale: #B5B5B5. Windows color (decimal): -5911949 or 7588517. OLE color: 7588517.

HSL color Cylindrical-coordinate representation of color #A5CA73: hue angle of 85.52º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A5CA73 is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB 165 202 115 -
CMYK 0.18 0 0.43 0.21
HSL 85.52º 0.45% 0.62% -
HSV(B) 85.52º 0.43% 0.79% -
XYZ 39.73 51.48 24.06 -
YUV 181.02 90.74 116.57 -
System Red Green Blue C M Y K H S L
Decimal 165 202 115 0.18 0 0.43 0.21 85.52 0.45 0.62
Hex A5 CA 73 12 0 2B 15 56 2D 3E
Octal 245 312 163 22 0 53 25 126 55 76
Binary 10100101 11001010 1110011 10010 0 101011 10101 1010110 101101 111110

Color Harmonies of #A5CA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CA73

Black with #A5CA73

Text Example


Text Example

White with #A5CA73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CA73; }

 p { color: rgb(165,202,115); }

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

background-color css

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

 a { background-color: rgb(165,202,115); }

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

border-color css

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

 span { border-color: rgb(165,202,115); }

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