#C5B25F

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

Shades of Laser #C5B25F

Tints of Laser #C5B25F

Color information

#C5B25F (or 0xC5B25F) is unknown color: approx Laser. HEX triplet: C5, B2 and 5F. RGB value is (197,178,95). Sum of RGB (Red+Green+Blue) = 197+178+95=470 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.91% from 470); Green value is 178 (69.92% from 255 or 37.87% from 470); Blue value is 95 (37.5% from 255 or 20.21% from 470); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B25F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5B25F is #3A4DA0. Grayscale: #AEAEAE. Windows color (decimal): -3820961 or 6271685. OLE color: 6271685.

HSL color Cylindrical-coordinate representation of color #C5B25F: hue angle of 48.82º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C5B25F is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB19717895-
CMYK00.100.520.23
HSL48.82º46.79%57.25%-
HSV(B)48.82º51.78%77.25%-
XYZ41.0144.5417.26-
YUV174.2283.29144.25-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.91%
GREEN value IS 178 (69.92% from 255) = 37.87%
BLUE value IS 95 (37.5% from 255) = 20.21%
R=41.91%
G=37.87%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.52
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971789500.100.520.2348.8246.7957.25
HexC5B25F0A3417312f39
Octal3052621370126427615771
Binary110001011011001010111110101011010010111110001101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B25F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B25F; }

 p { color: rgb(197,178,95); }

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

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

 a { background-color: rgb(197,178,95); }

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

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

 span { border-color: rgb(197,178,95); }

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