Html Css Color HEX #A5BF62 Olivine

📋 copy color: '#A5BF62'

red 165 ◦ green 191 ◦ blue 98

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

Shades of Olivine #A5BF62

Tints of Olivine #A5BF62

RGB

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

 GREEN value IS 191 (75% from 255) = 42.07%

 BLUE value IS 98 (38.67% from 255) = 21.59%

R = 36.34%
G = 42.07%
B = 21.59%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#A5BF62 (or 0xA5BF62) is known color: Olivine. HEX triplet: A5, BF and 62. RGB value is (165,191,98). Sum of RGB (Red+Green+Blue) = 165+191+98=454 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.34% from 454); Green value is 191 (75% from 255 or 42.07% from 454); Blue value is 98 (38.67% from 255 or 21.59% from 454); Max value from RGB is 191 - color contains mainly: green. Hex color #A5BF62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BF62 is #5A409D. Grayscale: #ACACAC. Windows color (decimal): -5914782 or 6471589. OLE color: 6471589.

HSL color Cylindrical-coordinate representation of color #A5BF62: hue angle of 76.77º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A5BF62 is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 191 98 -
CMYK 0.14 0 0.49 0.25
HSL 76.77º 0.42% 0.57% -
HSV(B) 76.77º 0.49% 0.75% -
XYZ 36.35 46.14 18.55 -
YUV 172.62 85.89 122.56 -
System Red Green Blue C M Y K H S L
Decimal 165 191 98 0.14 0 0.49 0.25 76.77 0.42 0.57
Hex A5 BF 62 E 0 31 19 4D 2A 39
Octal 245 277 142 16 0 61 31 115 52 71
Binary 10100101 10111111 1100010 1110 0 110001 11001 1001101 101010 111001

Color Harmonies of #A5BF62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BF62

Black with #A5BF62

Text Example


Text Example

White with #A5BF62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BF62; }

 p { color: rgb(165,191,98); }

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

background-color css

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

 a { background-color: rgb(165,191,98); }

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

border-color css

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

 span { border-color: rgb(165,191,98); }

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