#CBCC4F

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

Shades of Wattle #CBCC4F

Tints of Wattle #CBCC4F

Color information

#CBCC4F (or 0xCBCC4F) is unknown color: approx Wattle. HEX triplet: CB, CC and 4F. RGB value is (203,204,79). Sum of RGB (Red+Green+Blue) = 203+204+79=486 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.77% from 486); Green value is 204 (80.08% from 255 or 41.98% from 486); Blue value is 79 (31.25% from 255 or 16.26% from 486); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCC4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBCC4F is #3433B0. Grayscale: #BDBDBD. Windows color (decimal): -3421105 or 5229771. OLE color: 5229771.

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

Color convert

RGB20320479-
CMYK0.0000.610.2
HSL60.48º55.07%55.49%-
HSV(B)60.48º61.27%80%-
XYZ47.6356.4515.78-
YUV189.4565.67137.66-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.77%
GREEN value IS 204 (80.08% from 255) = 41.98%
BLUE value IS 79 (31.25% from 255) = 16.26%
R=41.77%
G=41.98%
B=16.26%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal203204790.0000.610.260.4855.0755.49
HexCBCC4F003D143c3737
Octal313314117007524746767
Binary110010111100110010011110011110110100111100110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCC4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCC4F; }

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

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

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

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

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

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

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

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