#B2AE6A

Color #B2AE6A Gimblet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gimblet #B2AE6A

Tints of Gimblet #B2AE6A

Color information

#B2AE6A (or 0xB2AE6A) is unknown color: approx Gimblet. HEX triplet: B2, AE and 6A. RGB value is (178,174,106). Sum of RGB (Red+Green+Blue) = 178+174+106=458 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.86% from 458); Green value is 174 (68.36% from 255 or 37.99% from 458); Blue value is 106 (41.80% from 255 or 23.14% from 458); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AE6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AE6A is #4D5195. Grayscale: #A7A7A7. Windows color (decimal): -5067158 or 6991538. OLE color: 6991538.

HSL color Cylindrical-coordinate representation of color #B2AE6A: hue angle of 56.67º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B2AE6A is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB178174106-
CMYK00.020.400.30
HSL56.67º31.86%55.69%-
HSV(B)56.67º40.45%69.8%-
XYZ36.140.7819.6-
YUV167.4493.33135.53-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.86%
GREEN value IS 174 (68.36% from 255) = 37.99%
BLUE value IS 106 (41.80% from 255) = 23.14%
R=38.86%
G=37.99%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17817410600.020.400.3056.6731.8655.69
HexB2AE6A02281E392038
Octal262256152025036714070
Binary1011001010101110110101001010100011110111001100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AE6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AE6A; }

 p { color: rgb(178,174,106); }

 H1.HeaderClassName
 {
   color: #B2AE6A;
 }
 .AnyTagClassName
 {
   color: #B2AE6A;
 }
</style>
background-color css

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

 a { background-color: rgb(178,174,106); }

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

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

 span { border-color: rgb(178,174,106); }

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