#CBCF49

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

Shades of Wattle #CBCF49

Tints of Wattle #CBCF49

Color information

#CBCF49 (or 0xCBCF49) is unknown color: approx Wattle. HEX triplet: CB, CF and 49. RGB value is (203,207,73). Sum of RGB (Red+Green+Blue) = 203+207+73=483 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.03% from 483); Green value is 207 (81.25% from 255 or 42.86% from 483); Blue value is 73 (28.91% from 255 or 15.11% from 483); Max value from RGB is 207 - color contains mainly: green. Hex color #CBCF49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBCF49 is #3430B6. Grayscale: #BFBFBF. Windows color (decimal): -3420343 or 4837323. OLE color: 4837323.

HSL color Cylindrical-coordinate representation of color #CBCF49: hue angle of 61.79º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CBCF49 is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB20320773-
CMYK0.0200.650.19
HSL61.79º58.26%54.9%-
HSV(B)61.79º64.73%81.18%-
XYZ48.1457.814.92-
YUV190.5361.67136.9-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.03%
GREEN value IS 207 (81.25% from 255) = 42.86%
BLUE value IS 73 (28.91% from 255) = 15.11%
R=42.03%
G=42.86%
B=15.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal203207730.0200.650.1961.7958.2654.9
HexCBCF492041133e3a37
Octal3133171112010123767267
Binary11001011110011111001001100100000110011111110111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCF49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCF49; }

 p { color: rgb(203,207,73); }

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

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

 a { background-color: rgb(203,207,73); }

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

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

 span { border-color: rgb(203,207,73); }

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