#CBC73B

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

Shades of Wattle #CBC73B

Tints of Wattle #CBC73B

Color information

#CBC73B (or 0xCBC73B) is unknown color: approx Wattle. HEX triplet: CB, C7 and 3B. RGB value is (203,199,59). Sum of RGB (Red+Green+Blue) = 203+199+59=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 199 (78.12% from 255 or 43.17% from 461); Blue value is 59 (23.44% from 255 or 12.80% from 461); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC73B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC73B is #3438C4. Grayscale: #B8B8B8. Windows color (decimal): -3422405 or 3917771. OLE color: 3917771.

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

Color convert

RGB20319959-
CMYK00.020.710.20
HSL58.33º58.06%51.37%-
HSV(B)58.33º70.94%79.61%-
XYZ45.8453.8612.12-
YUV184.2457.33141.38-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.03%
GREEN value IS 199 (78.12% from 255) = 43.17%
BLUE value IS 59 (23.44% from 255) = 12.80%
R=44.03%
G=43.17%
B=12.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.71
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031995900.020.710.2058.3358.0651.37
HexCBC73B0247143a3a33
Octal313307730210724727263
Binary1100101111000111111011010100011110100111010111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC73B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC73B; }

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

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

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

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

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

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

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

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