Html Css Color HEX #A3BD65 Olivine

📋 copy color: '#A3BD65'

red 163 ◦ green 189 ◦ blue 101

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

Shades of Olivine #A3BD65

Tints of Olivine #A3BD65

RGB

 RED value IS 163 (64.06% from 255) = 35.98%

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

 BLUE value IS 101 (39.84% from 255) = 22.3%

R = 35.98%
G = 41.72%
B = 22.3%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#A3BD65 (or 0xA3BD65) is known color: Olivine. HEX triplet: A3, BD and 65. RGB value is (163,189,101). Sum of RGB (Red+Green+Blue) = 163+189+101=453 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.98% from 453); Green value is 189 (74.22% from 255 or 41.72% from 453); Blue value is 101 (39.84% from 255 or 22.30% from 453); Max value from RGB is 189 - color contains mainly: green. Hex color #A3BD65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3BD65 is #5C429A. Grayscale: #ABABAB. Windows color (decimal): -6046363 or 6667683. OLE color: 6667683.

HSL color Cylindrical-coordinate representation of color #A3BD65: hue angle of 77.73º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A3BD65 is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB 163 189 101 -
CMYK 0.14 0 0.47 0.26
HSL 77.73º 0.4% 0.57% -
HSV(B) 77.73º 0.47% 0.74% -
XYZ 35.65 45.12 19.14 -
YUV 171.19 88.39 122.16 -
System Red Green Blue C M Y K H S L
Decimal 163 189 101 0.14 0 0.47 0.26 77.73 0.4 0.57
Hex A3 BD 65 E 0 2F 1A 4E 28 39
Octal 243 275 145 16 0 57 32 116 50 71
Binary 10100011 10111101 1100101 1110 0 101111 11010 1001110 101000 111001

Color Harmonies of #A3BD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BD65

Black with #A3BD65

Text Example


Text Example

White with #A3BD65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BD65; }

 p { color: rgb(163,189,101); }

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

background-color css

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

 a { background-color: rgb(163,189,101); }

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

border-color css

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

 span { border-color: rgb(163,189,101); }

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