#CBD961

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

Shades of Wild Willow #CBD961

Tints of Wild Willow #CBD961

Color information

#CBD961 (or 0xCBD961) is unknown color: approx Wild Willow. HEX triplet: CB, D9 and 61. RGB value is (203,217,97). Sum of RGB (Red+Green+Blue) = 203+217+97=517 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.26% from 517); Green value is 217 (85.16% from 255 or 41.97% from 517); Blue value is 97 (38.28% from 255 or 18.76% from 517); Max value from RGB is 217 - color contains mainly: green. Hex color #CBD961 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD961 is #34269E. Grayscale: #C7C7C7. Windows color (decimal): -3417759 or 6412747. OLE color: 6412747.

HSL color Cylindrical-coordinate representation of color #CBD961: hue angle of 67º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CBD961 is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB20321797-
CMYK0.0600.550.15
HSL67º61.22%61.57%-
HSV(B)67º55.3%85.1%-
XYZ51.663.1920.79-
YUV199.1370.36130.76-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.26%
GREEN value IS 217 (85.16% from 255) = 41.97%
BLUE value IS 97 (38.28% from 255) = 18.76%
R=39.26%
G=41.97%
B=18.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal203217970.0600.550.156761.2261.57
HexCBD9616037F433d3e
Octal3133311416067171037576
Binary11001011110110011100001110011011111111000011111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD961; }

 p { color: rgb(203,217,97); }

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

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

 a { background-color: rgb(203,217,97); }

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

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

 span { border-color: rgb(203,217,97); }

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