#CBC75E

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

Shades of Wild Willow #CBC75E

Tints of Wild Willow #CBC75E

Color information

#CBC75E (or 0xCBC75E) is unknown color: approx Wild Willow. HEX triplet: CB, C7 and 5E. RGB value is (203,199,94). Sum of RGB (Red+Green+Blue) = 203+199+94=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 199 (78.12% from 255 or 40.12% from 496); Blue value is 94 (37.11% from 255 or 18.95% from 496); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC75E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC75E is #3438A1. Grayscale: #BCBCBC. Windows color (decimal): -3422370 or 6211531. OLE color: 6211531.

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

Color convert

RGB20319994-
CMYK00.020.540.20
HSL57.8º51.17%58.24%-
HSV(B)57.8º53.69%79.61%-
XYZ47.0754.3518.6-
YUV188.2374.83138.54-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.93%
GREEN value IS 199 (78.12% from 255) = 40.12%
BLUE value IS 94 (37.11% from 255) = 18.95%
R=40.93%
G=40.12%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031999400.020.540.2057.851.1758.24
HexCBC75E0236143a333a
Octal313307136026624726372
Binary1100101111000111101111001011011010100111010110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC75E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC75E; }

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

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

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

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

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

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

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

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