#C0B15B

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

Shades of Gimblet #C0B15B

Tints of Gimblet #C0B15B

Color information

#C0B15B (or 0xC0B15B) is unknown color: approx Gimblet. HEX triplet: C0, B1 and 5B. RGB value is (192,177,91). Sum of RGB (Red+Green+Blue) = 192+177+91=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 177 (69.53% from 255 or 38.48% from 460); Blue value is 91 (35.94% from 255 or 19.78% from 460); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B15B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0B15B is #3F4EA4. Grayscale: #ACACAC. Windows color (decimal): -4148901 or 6009280. OLE color: 6009280.

HSL color Cylindrical-coordinate representation of color #C0B15B: hue angle of 51.09º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C0B15B is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB19217791-
CMYK00.080.530.25
HSL51.09º44.49%55.49%-
HSV(B)51.09º52.6%75.29%-
XYZ39.3543.4116.2-
YUV171.6882.47142.49-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.74%
GREEN value IS 177 (69.53% from 255) = 38.48%
BLUE value IS 91 (35.94% from 255) = 19.78%
R=41.74%
G=38.48%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921779100.080.530.2551.0944.4955.49
HexC0B15B083519332c37
Octal3002611330106531635467
Binary110000001011000110110110100011010111001110011101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B15B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B15B; }

 p { color: rgb(192,177,91); }

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

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

 a { background-color: rgb(192,177,91); }

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

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

 span { border-color: rgb(192,177,91); }

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