#CBC74C

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

Shades of Wattle #CBC74C

Tints of Wattle #CBC74C

Color information

#CBC74C (or 0xCBC74C) is unknown color: approx Wattle. HEX triplet: CB, C7 and 4C. RGB value is (203,199,76). Sum of RGB (Red+Green+Blue) = 203+199+76=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 199 (78.12% from 255 or 41.63% from 478); Blue value is 76 (30.08% from 255 or 15.90% from 478); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC74C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC74C is #3438B3. Grayscale: #BABABA. Windows color (decimal): -3422388 or 5031883. OLE color: 5031883.

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

Color convert

RGB20319976-
CMYK00.020.630.20
HSL58.11º54.98%54.71%-
HSV(B)58.11º62.56%79.61%-
XYZ46.3654.0714.83-
YUV186.1765.83140-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.47%
GREEN value IS 199 (78.12% from 255) = 41.63%
BLUE value IS 76 (30.08% from 255) = 15.90%
R=42.47%
G=41.63%
B=15.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.63
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031997600.020.630.2058.1154.9854.71
HexCBC74C023F143a3737
Octal313307114027724726767
Binary1100101111000111100110001011111110100111010110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC74C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC74C; }

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

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

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

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

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

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

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

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