#CBCC5D

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

Shades of Wild Willow #CBCC5D

Tints of Wild Willow #CBCC5D

Color information

#CBCC5D (or 0xCBCC5D) is unknown color: approx Wild Willow. HEX triplet: CB, CC and 5D. RGB value is (203,204,93). Sum of RGB (Red+Green+Blue) = 203+204+93=500 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.6% from 500); Green value is 204 (80.08% from 255 or 40.8% from 500); Blue value is 93 (36.72% from 255 or 18.6% from 500); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCC5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBCC5D is #3433A2. Grayscale: #BFBFBF. Windows color (decimal): -3421091 or 6147275. OLE color: 6147275.

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

Color convert

RGB20320493-
CMYK0.0000.540.2
HSL60.54º52.11%58.24%-
HSV(B)60.54º54.41%80%-
XYZ48.256.6718.75-
YUV191.0572.67136.53-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.6%
GREEN value IS 204 (80.08% from 255) = 40.8%
BLUE value IS 93 (36.72% from 255) = 18.6%
R=40.6%
G=40.8%
B=18.6%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal203204930.0000.540.260.5452.1158.24
HexCBCC5D0036143d343a
Octal313314135006624756472
Binary110010111100110010111010011011010100111101110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCC5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCC5D; }

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

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

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

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

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

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

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

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