#CBD461

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

Shades of Wild Willow #CBD461

Tints of Wild Willow #CBD461

Color information

#CBD461 (or 0xCBD461) is unknown color: approx Wild Willow. HEX triplet: CB, D4 and 61. RGB value is (203,212,97). Sum of RGB (Red+Green+Blue) = 203+212+97=512 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.65% from 512); Green value is 212 (83.20% from 255 or 41.41% from 512); Blue value is 97 (38.28% from 255 or 18.95% from 512); Max value from RGB is 212 - color contains mainly: green. Hex color #CBD461 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD461 is #342B9E. Grayscale: #C4C4C4. Windows color (decimal): -3419039 or 6411467. OLE color: 6411467.

HSL color Cylindrical-coordinate representation of color #CBD461: hue angle of 64.7º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CBD461 is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.17.

Color convert

RGB20321297-
CMYK0.0400.540.17
HSL64.7º57.21%60.59%-
HSV(B)64.7º54.25%83.14%-
XYZ50.3360.6520.36-
YUV196.272.02132.85-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.65%
GREEN value IS 212 (83.20% from 255) = 41.41%
BLUE value IS 97 (38.28% from 255) = 18.95%
R=39.65%
G=41.41%
B=18.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal203212970.0400.540.1764.757.2160.59
HexCBD46140361141393d
Octal3133241414066211017175
Binary110010111101010011000011000110110100011000001111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD461; }

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

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

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

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

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

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

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

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