Html Css Color HEX #A1BF65 Olivine

📋 copy color: '#A1BF65'

red 161 ◦ green 191 ◦ blue 101

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

Shades of Olivine #A1BF65

Tints of Olivine #A1BF65

RGB

 RED value IS 161 (63.28% from 255) = 35.54%

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

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

R = 35.54%
G = 42.16%
B = 22.3%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#A1BF65 (or 0xA1BF65) is known color: Olivine. HEX triplet: A1, BF and 65. RGB value is (161,191,101). Sum of RGB (Red+Green+Blue) = 161+191+101=453 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.54% from 453); Green value is 191 (75% from 255 or 42.16% from 453); Blue value is 101 (39.84% from 255 or 22.30% from 453); Max value from RGB is 191 - color contains mainly: green. Hex color #A1BF65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BF65 is #5E409A. Grayscale: #ACACAC. Windows color (decimal): -6176923 or 6668193. OLE color: 6668193.

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

Color convert

RGB 161 191 101 -
CMYK 0.16 0 0.47 0.25
HSL 80º 0.41% 0.57% -
HSV(B) 80º 0.47% 0.75% -
XYZ 35.68 45.78 19.27 -
YUV 171.77 88.06 120.32 -
System Red Green Blue C M Y K H S L
Decimal 161 191 101 0.16 0 0.47 0.25 80 0.41 0.57
Hex A1 BF 65 10 0 2F 19 50 29 39
Octal 241 277 145 20 0 57 31 120 51 71
Binary 10100001 10111111 1100101 10000 0 101111 11001 1010000 101001 111001

Color Harmonies of #A1BF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BF65

Black with #A1BF65

Text Example


Text Example

White with #A1BF65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BF65; }

 p { color: rgb(161,191,101); }

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

background-color css

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

 a { background-color: rgb(161,191,101); }

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

border-color css

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

 span { border-color: rgb(161,191,101); }

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