#CBC540

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

Shades of Wattle #CBC540

Tints of Wattle #CBC540

Color information

#CBC540 (or 0xCBC540) is unknown color: approx Wattle. HEX triplet: CB, C5 and 40. RGB value is (203,197,64). Sum of RGB (Red+Green+Blue) = 203+197+64=464 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.75% from 464); Green value is 197 (77.34% from 255 or 42.46% from 464); Blue value is 64 (25.39% from 255 or 13.79% from 464); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC540 is #343ABF. Grayscale: #B8B8B8. Windows color (decimal): -3422912 or 4244939. OLE color: 4244939.

HSL color Cylindrical-coordinate representation of color #CBC540: hue angle of 57.41º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CBC540 is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB20319764-
CMYK00.030.680.20
HSL57.41º57.2%52.35%-
HSV(B)57.41º68.47%79.61%-
XYZ45.525312.68-
YUV183.6360.49141.81-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.75%
GREEN value IS 197 (77.34% from 255) = 42.46%
BLUE value IS 64 (25.39% from 255) = 13.79%
R=43.75%
G=42.46%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031976400.030.680.2057.4157.252.35
HexCBC540034414393934
Octal3133051000310424717164
Binary11001011110001011000000011100010010100111001111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC540; }

 p { color: rgb(203,197,64); }

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

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

 a { background-color: rgb(203,197,64); }

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

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

 span { border-color: rgb(203,197,64); }

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