Html Css Color HEX #B2AB66 Gimblet

📋 copy color: '#B2AB66'

red 178 ◦ green 171 ◦ blue 102

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

Shades of Gimblet #B2AB66

Tints of Gimblet #B2AB66

RGB

 RED value IS 178 (69.92% from 255) = 39.47%

 GREEN value IS 171 (67.19% from 255) = 37.92%

 BLUE value IS 102 (40.23% from 255) = 22.62%

R = 39.47%
G = 37.92%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#B2AB66 (or 0xB2AB66) is known color: Gimblet. HEX triplet: B2, AB and 66. RGB value is (178,171,102). Sum of RGB (Red+Green+Blue) = 178+171+102=451 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.47% from 451); Green value is 171 (67.19% from 255 or 37.92% from 451); Blue value is 102 (40.23% from 255 or 22.62% from 451); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AB66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AB66 is #4D5499. Grayscale: #A5A5A5. Windows color (decimal): -5067930 or 6728626. OLE color: 6728626.

HSL color Cylindrical-coordinate representation of color #B2AB66: hue angle of 54.47º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B2AB66 is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 171 102 -
CMYK 0 0.04 0.43 0.30
HSL 54.47º 0.33% 0.55% -
HSV(B) 54.47º 0.43% 0.7% -
XYZ 35.32 39.55 18.34 -
YUV 165.23 92.32 137.11 -
System Red Green Blue C M Y K H S L
Decimal 178 171 102 0 0.04 0.43 0.30 54.47 0.33 0.55
Hex B2 AB 66 0 4 2B 1E 36 21 37
Octal 262 253 146 0 4 53 36 66 41 67
Binary 10110010 10101011 1100110 0 100 101011 11110 110110 100001 110111

Color Harmonies of #B2AB66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AB66

Black with #B2AB66

Text Example


Text Example

White with #B2AB66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AB66; }

 p { color: rgb(178,171,102); }

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

background-color css

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

 a { background-color: rgb(178,171,102); }

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

border-color css

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

 span { border-color: rgb(178,171,102); }

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