#c2b25b

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

Shades of Gimblet #C2B25B

Tints of Gimblet #C2B25B

Color information

#C2B25B (or 0xC2B25B) is unknown color: approx Gimblet. HEX triplet: C2, B2 and 5B. RGB value is (194,178,91). Sum of RGB (Red+Green+Blue) = 194+178+91=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 178 (69.92% from 255 or 38.44% from 463); Blue value is 91 (35.94% from 255 or 19.65% from 463); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B25B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B25B is #3D4DA4. Grayscale: #ADADAD. Windows color (decimal): -4017573 or 6009538. OLE color: 6009538.

HSL color Cylindrical-coordinate representation of color #C2B25B: hue angle of 50.68º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C2B25B is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB19417891-
CMYK00.080.530.24
HSL50.68º45.78%55.88%-
HSV(B)50.68º53.09%76.08%-
XYZ40.0644.0716.29-
YUV172.8781.8143.07-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.90%
GREEN value IS 178 (69.92% from 255) = 38.44%
BLUE value IS 91 (35.94% from 255) = 19.65%
R=41.90%
G=38.44%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941789100.080.530.2450.6845.7855.88
HexC2B25B083518332e38
Octal3022621330106530635670
Binary110000101011001010110110100011010111000110011101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c2b25b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c2b25b; }

 p { color: rgb(194,178,91); }

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

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

 a { background-color: rgb(194,178,91); }

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

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

 span { border-color: rgb(194,178,91); }

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