Html Css Color HEX #A1B27B Olivine

📋 copy color: '#A1B27B'

red 161 ◦ green 178 ◦ blue 123

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

Shades of Olivine #A1B27B

Tints of Olivine #A1B27B

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.53%

 BLUE value IS 123 (48.44% from 255) = 26.62%

R = 34.85%
G = 38.53%
B = 26.62%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#A1B27B (or 0xA1B27B) is known color: Olivine. HEX triplet: A1, B2 and 7B. RGB value is (161,178,123). Sum of RGB (Red+Green+Blue) = 161+178+123=462 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.85% from 462); Green value is 178 (69.92% from 255 or 38.53% from 462); Blue value is 123 (48.44% from 255 or 26.62% from 462); Max value from RGB is 178 - color contains mainly: green. Hex color #A1B27B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1B27B is #5E4D84. Grayscale: #A6A6A6. Windows color (decimal): -6180229 or 8106657. OLE color: 8106657.

HSL color Cylindrical-coordinate representation of color #A1B27B: hue angle of 78.55º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1B27B is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB 161 178 123 -
CMYK 0.10 0 0.31 0.30
HSL 78.55º 0.26% 0.59% -
HSV(B) 78.55º 0.31% 0.7% -
XYZ 34.19 40.85 24.82 -
YUV 166.65 103.37 123.97 -
System Red Green Blue C M Y K H S L
Decimal 161 178 123 0.10 0 0.31 0.30 78.55 0.26 0.59
Hex A1 B2 7B A 0 1F 1E 4F 1A 3B
Octal 241 262 173 12 0 37 36 117 32 73
Binary 10100001 10110010 1111011 1010 0 11111 11110 1001111 11010 111011

Color Harmonies of #A1B27B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B27B

Black with #A1B27B

Text Example


Text Example

White with #A1B27B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B27B; }

 p { color: rgb(161,178,123); }

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

background-color css

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

 a { background-color: rgb(161,178,123); }

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

border-color css

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

 span { border-color: rgb(161,178,123); }

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