#CBCC5B

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

Shades of Wild Willow #CBCC5B

Tints of Wild Willow #CBCC5B

Color information

#CBCC5B (or 0xCBCC5B) is unknown color: approx Wild Willow. HEX triplet: CB, CC and 5B. RGB value is (203,204,91). Sum of RGB (Red+Green+Blue) = 203+204+91=498 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.76% from 498); Green value is 204 (80.08% from 255 or 40.96% from 498); Blue value is 91 (35.94% from 255 or 18.27% from 498); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCC5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBCC5B is #3433A4. Grayscale: #BFBFBF. Windows color (decimal): -3421093 or 6016203. OLE color: 6016203.

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

Color convert

RGB20320491-
CMYK0.0000.550.2
HSL60.53º52.56%57.84%-
HSV(B)60.53º55.39%80%-
XYZ48.1156.6418.29-
YUV190.8271.67136.69-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.76%
GREEN value IS 204 (80.08% from 255) = 40.96%
BLUE value IS 91 (35.94% from 255) = 18.27%
R=40.76%
G=40.96%
B=18.27%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal203204910.0000.550.260.5352.5657.84
HexCBCC5B0037143d353a
Octal313314133006724756572
Binary110010111100110010110110011011110100111101110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCC5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCC5B; }

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

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

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

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

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

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

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

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