Html Css Color HEX #A5CA6D Olivine

📋 copy color: '#A5CA6D'

red 165 ◦ green 202 ◦ blue 109

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

Shades of Olivine #A5CA6D

Tints of Olivine #A5CA6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.9%

R = 34.66%
G = 42.44%
B = 22.9%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#A5CA6D (or 0xA5CA6D) is known color: Olivine. HEX triplet: A5, CA and 6D. RGB value is (165,202,109). Sum of RGB (Red+Green+Blue) = 165+202+109=476 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.66% from 476); Green value is 202 (79.30% from 255 or 42.44% from 476); Blue value is 109 (42.97% from 255 or 22.90% from 476); Max value from RGB is 202 - color contains mainly: green. Hex color #A5CA6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CA6D is #5A3592. Grayscale: #B4B4B4. Windows color (decimal): -5911955 or 7195301. OLE color: 7195301.

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

Color convert

RGB 165 202 109 -
CMYK 0.18 0 0.46 0.21
HSL 83.87º 0.47% 0.61% -
HSV(B) 83.87º 0.46% 0.79% -
XYZ 39.4 51.34 22.3 -
YUV 180.34 87.74 117.06 -
System Red Green Blue C M Y K H S L
Decimal 165 202 109 0.18 0 0.46 0.21 83.87 0.47 0.61
Hex A5 CA 6D 12 0 2E 15 54 2F 3D
Octal 245 312 155 22 0 56 25 124 57 75
Binary 10100101 11001010 1101101 10010 0 101110 10101 1010100 101111 111101

Color Harmonies of #A5CA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CA6D

Black with #A5CA6D

Text Example


Text Example

White with #A5CA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CA6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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