#CBC73C

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

Shades of Wattle #CBC73C

Tints of Wattle #CBC73C

Color information

#CBC73C (or 0xCBC73C) is unknown color: approx Wattle. HEX triplet: CB, C7 and 3C. RGB value is (203,199,60). Sum of RGB (Red+Green+Blue) = 203+199+60=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 199 (78.12% from 255 or 43.07% from 462); Blue value is 60 (23.83% from 255 or 12.99% from 462); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC73C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC73C is #3438C3. Grayscale: #B8B8B8. Windows color (decimal): -3422404 or 3983307. OLE color: 3983307.

HSL color Cylindrical-coordinate representation of color #CBC73C: hue angle of 58.32º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CBC73C is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB20319960-
CMYK00.020.700.20
HSL58.32º57.89%51.57%-
HSV(B)58.32º70.44%79.61%-
XYZ45.8753.8712.26-
YUV184.3557.83141.3-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.94%
GREEN value IS 199 (78.12% from 255) = 43.07%
BLUE value IS 60 (23.83% from 255) = 12.99%
R=43.94%
G=43.07%
B=12.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.70
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031996000.020.700.2058.3257.8951.57
HexCBC73C0246143a3a34
Octal313307740210624727264
Binary1100101111000111111100010100011010100111010111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC73C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC73C; }

 p { color: rgb(203,199,60); }

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

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

 a { background-color: rgb(203,199,60); }

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

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

 span { border-color: rgb(203,199,60); }

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