Html Css Color HEX #A5CA6C Olivine

📋 copy color: '#A5CA6C'

red 165 ◦ green 202 ◦ blue 108

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

Shades of Olivine #A5CA6C

Tints of Olivine #A5CA6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.74%

R = 34.74%
G = 42.53%
B = 22.74%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#A5CA6C (or 0xA5CA6C) is known color: Olivine. HEX triplet: A5, CA and 6C. RGB value is (165,202,108). Sum of RGB (Red+Green+Blue) = 165+202+108=475 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.74% from 475); Green value is 202 (79.30% from 255 or 42.53% from 475); Blue value is 108 (42.58% from 255 or 22.74% from 475); Max value from RGB is 202 - color contains mainly: green. Hex color #A5CA6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CA6C is #5A3593. Grayscale: #B4B4B4. Windows color (decimal): -5911956 or 7129765. OLE color: 7129765.

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

Color convert

RGB 165 202 108 -
CMYK 0.18 0 0.47 0.21
HSL 83.62º 0.47% 0.61% -
HSV(B) 83.62º 0.47% 0.79% -
XYZ 39.34 51.32 22.02 -
YUV 180.22 87.24 117.14 -
System Red Green Blue C M Y K H S L
Decimal 165 202 108 0.18 0 0.47 0.21 83.62 0.47 0.61
Hex A5 CA 6C 12 0 2F 15 54 2F 3D
Octal 245 312 154 22 0 57 25 124 57 75
Binary 10100101 11001010 1101100 10010 0 101111 10101 1010100 101111 111101

Color Harmonies of #A5CA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CA6C

Black with #A5CA6C

Text Example


Text Example

White with #A5CA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CA6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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