Html Css Color HEX #A1BB68 Olivine

📋 copy color: '#A1BB68'

red 161 ◦ green 187 ◦ blue 104

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

Shades of Olivine #A1BB68

Tints of Olivine #A1BB68

RGB

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

 GREEN value IS 187 (73.44% from 255) = 41.37%

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

R = 35.62%
G = 41.37%
B = 23.01%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#A1BB68 (or 0xA1BB68) is known color: Olivine. HEX triplet: A1, BB and 68. RGB value is (161,187,104). Sum of RGB (Red+Green+Blue) = 161+187+104=452 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.62% from 452); Green value is 187 (73.44% from 255 or 41.37% from 452); Blue value is 104 (41.02% from 255 or 23.01% from 452); Max value from RGB is 187 - color contains mainly: green. Hex color #A1BB68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BB68 is #5E4497. Grayscale: #AAAAAA. Windows color (decimal): -6177944 or 6863777. OLE color: 6863777.

HSL color Cylindrical-coordinate representation of color #A1BB68: hue angle of 78.8º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A1BB68 is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB 161 187 104 -
CMYK 0.14 0 0.44 0.27
HSL 78.8º 0.38% 0.57% -
HSV(B) 78.8º 0.44% 0.73% -
XYZ 34.97 44.12 19.77 -
YUV 169.76 90.89 121.75 -
System Red Green Blue C M Y K H S L
Decimal 161 187 104 0.14 0 0.44 0.27 78.8 0.38 0.57
Hex A1 BB 68 E 0 2C 1B 4F 26 39
Octal 241 273 150 16 0 54 33 117 46 71
Binary 10100001 10111011 1101000 1110 0 101100 11011 1001111 100110 111001

Color Harmonies of #A1BB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BB68

Black with #A1BB68

Text Example


Text Example

White with #A1BB68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BB68; }

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

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

background-color css

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

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

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

border-color css

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

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

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