#CBCA5D

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

Shades of Wild Willow #CBCA5D

Tints of Wild Willow #CBCA5D

Color information

#CBCA5D (or 0xCBCA5D) is unknown color: approx Wild Willow. HEX triplet: CB, CA and 5D. RGB value is (203,202,93). Sum of RGB (Red+Green+Blue) = 203+202+93=498 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.76% from 498); Green value is 202 (79.30% from 255 or 40.56% from 498); Blue value is 93 (36.72% from 255 or 18.67% from 498); Max value from RGB is 203 - color contains mainly: red. Hex color #CBCA5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBCA5D is #3435A2. Grayscale: #BEBEBE. Windows color (decimal): -3421603 or 6146763. OLE color: 6146763.

HSL color Cylindrical-coordinate representation of color #CBCA5D: hue angle of 59.45º 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 #CBCA5D is Cyan = 0, Magento = 0.00, Yellow = 0.54 and Black (K on CMYK) = 0.20.

Color convert

RGB20320293-
CMYK00.000.540.20
HSL59.45º51.4%58.04%-
HSV(B)59.45º54.19%79.61%-
XYZ47.7255.7318.6-
YUV189.8773.33137.36-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.76%
GREEN value IS 202 (79.30% from 255) = 40.56%
BLUE value IS 93 (36.72% from 255) = 18.67%
R=40.76%
G=40.56%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2032029300.000.540.2059.4551.458.04
HexCBCA5D0036143b333a
Octal313312135006624736372
Binary110010111100101010111010011011010100111011110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCA5D; }

 p { color: rgb(203,202,93); }

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

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

 a { background-color: rgb(203,202,93); }

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

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

 span { border-color: rgb(203,202,93); }

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