Html Css Color HEX #A1BD61 Olivine

📋 copy color: '#A1BD61'

red 161 ◦ green 189 ◦ blue 97

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

Shades of Olivine #A1BD61

Tints of Olivine #A1BD61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 21.7%

R = 36.02%
G = 42.28%
B = 21.7%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#A1BD61 (or 0xA1BD61) is known color: Olivine. HEX triplet: A1, BD and 61. RGB value is (161,189,97). Sum of RGB (Red+Green+Blue) = 161+189+97=447 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.02% from 447); Green value is 189 (74.22% from 255 or 42.28% from 447); Blue value is 97 (38.28% from 255 or 21.70% from 447); Max value from RGB is 189 - color contains mainly: green. Hex color #A1BD61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BD61 is #5E429E. Grayscale: #AAAAAA. Windows color (decimal): -6177439 or 6405537. OLE color: 6405537.

HSL color Cylindrical-coordinate representation of color #A1BD61: hue angle of 78.26º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A1BD61 is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB 161 189 97 -
CMYK 0.15 0 0.49 0.26
HSL 78.26º 0.41% 0.56% -
HSV(B) 78.26º 0.49% 0.74% -
XYZ 35.05 44.84 18.12 -
YUV 170.14 86.72 121.48 -
System Red Green Blue C M Y K H S L
Decimal 161 189 97 0.15 0 0.49 0.26 78.26 0.41 0.56
Hex A1 BD 61 F 0 31 1A 4E 29 38
Octal 241 275 141 17 0 61 32 116 51 70
Binary 10100001 10111101 1100001 1111 0 110001 11010 1001110 101001 111000

Color Harmonies of #A1BD61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BD61

Black with #A1BD61

Text Example


Text Example

White with #A1BD61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BD61; }

 p { color: rgb(161,189,97); }

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

background-color css

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

 a { background-color: rgb(161,189,97); }

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

border-color css

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

 span { border-color: rgb(161,189,97); }

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