Html Css Color HEX #A5BD69 Olivine

📋 copy color: '#A5BD69'

red 165 ◦ green 189 ◦ blue 105

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

Shades of Olivine #A5BD69

Tints of Olivine #A5BD69

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.18%

 BLUE value IS 105 (41.41% from 255) = 22.88%

R = 35.95%
G = 41.18%
B = 22.88%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#A5BD69 (or 0xA5BD69) is known color: Olivine. HEX triplet: A5, BD and 69. RGB value is (165,189,105). Sum of RGB (Red+Green+Blue) = 165+189+105=459 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.95% from 459); Green value is 189 (74.22% from 255 or 41.18% from 459); Blue value is 105 (41.41% from 255 or 22.88% from 459); Max value from RGB is 189 - color contains mainly: green. Hex color #A5BD69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BD69 is #5A4296. Grayscale: #ACACAC. Windows color (decimal): -5915287 or 6929829. OLE color: 6929829.

HSL color Cylindrical-coordinate representation of color #A5BD69: hue angle of 77.14º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A5BD69 is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB 165 189 105 -
CMYK 0.13 0 0.44 0.26
HSL 77.14º 0.39% 0.58% -
HSV(B) 77.14º 0.44% 0.74% -
XYZ 36.26 45.41 20.22 -
YUV 172.25 90.05 122.83 -
System Red Green Blue C M Y K H S L
Decimal 165 189 105 0.13 0 0.44 0.26 77.14 0.39 0.58
Hex A5 BD 69 D 0 2C 1A 4D 27 3A
Octal 245 275 151 15 0 54 32 115 47 72
Binary 10100101 10111101 1101001 1101 0 101100 11010 1001101 100111 111010

Color Harmonies of #A5BD69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BD69

Black with #A5BD69

Text Example


Text Example

White with #A5BD69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BD69; }

 p { color: rgb(165,189,105); }

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

background-color css

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

 a { background-color: rgb(165,189,105); }

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

border-color css

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

 span { border-color: rgb(165,189,105); }

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