Html Css Color HEX #A1BE68 Olivine

📋 copy color: '#A1BE68'

red 161 ◦ green 190 ◦ blue 104

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

Shades of Olivine #A1BE68

Tints of Olivine #A1BE68

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.76%

 BLUE value IS 104 (41.02% from 255) = 22.86%

R = 35.38%
G = 41.76%
B = 22.86%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#A1BE68 (or 0xA1BE68) is known color: Olivine. HEX triplet: A1, BE and 68. RGB value is (161,190,104). Sum of RGB (Red+Green+Blue) = 161+190+104=455 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.38% from 455); Green value is 190 (74.61% from 255 or 41.76% from 455); Blue value is 104 (41.02% from 255 or 22.86% from 455); Max value from RGB is 190 - color contains mainly: green. Hex color #A1BE68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BE68 is #5E4197. Grayscale: #ABABAB. Windows color (decimal): -6177176 or 6864545. OLE color: 6864545.

HSL color Cylindrical-coordinate representation of color #A1BE68: hue angle of 80.23º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A1BE68 is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 190 104 -
CMYK 0.15 0 0.45 0.25
HSL 80.23º 0.4% 0.58% -
HSV(B) 80.23º 0.45% 0.75% -
XYZ 35.61 45.4 19.98 -
YUV 171.53 89.89 120.49 -
System Red Green Blue C M Y K H S L
Decimal 161 190 104 0.15 0 0.45 0.25 80.23 0.4 0.58
Hex A1 BE 68 F 0 2D 19 50 28 3A
Octal 241 276 150 17 0 55 31 120 50 72
Binary 10100001 10111110 1101000 1111 0 101101 11001 1010000 101000 111010

Color Harmonies of #A1BE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BE68

Black with #A1BE68

Text Example


Text Example

White with #A1BE68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BE68; }

 p { color: rgb(161,190,104); }

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

background-color css

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

 a { background-color: rgb(161,190,104); }

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

border-color css

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

 span { border-color: rgb(161,190,104); }

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