#CBCC4A

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

Shades of Wattle #CBCC4A

Tints of Wattle #CBCC4A

Color information

#CBCC4A (or 0xCBCC4A) is unknown color: approx Wattle. HEX triplet: CB, CC and 4A. RGB value is (203,204,74). Sum of RGB (Red+Green+Blue) = 203+204+74=481 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.20% from 481); Green value is 204 (80.08% from 255 or 42.41% from 481); Blue value is 74 (29.30% from 255 or 15.38% from 481); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCC4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBCC4A is #3433B5. Grayscale: #BDBDBD. Windows color (decimal): -3421110 or 4902091. OLE color: 4902091.

HSL color Cylindrical-coordinate representation of color #CBCC4A: hue angle of 60.46º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CBCC4A is Cyan = 0.00, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB20320474-
CMYK0.0000.640.2
HSL60.46º56.03%54.51%-
HSV(B)60.46º63.73%80%-
XYZ47.4656.3814.86-
YUV188.8863.17138.07-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.20%
GREEN value IS 204 (80.08% from 255) = 42.41%
BLUE value IS 74 (29.30% from 255) = 15.38%
R=42.20%
G=42.41%
B=15.38%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal203204740.0000.640.260.4656.0354.51
HexCBCC4A0040143c3837
Octal3133141120010024747067
Binary1100101111001100100101000100000010100111100111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCC4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCC4A; }

 p { color: rgb(203,204,74); }

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

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

 a { background-color: rgb(203,204,74); }

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

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

 span { border-color: rgb(203,204,74); }

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