#CBD068

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

Shades of Wild Willow #CBD068

Tints of Wild Willow #CBD068

Color information

#CBD068 (or 0xCBD068) is unknown color: approx Wild Willow. HEX triplet: CB, D0 and 68. RGB value is (203,208,104). Sum of RGB (Red+Green+Blue) = 203+208+104=515 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.42% from 515); Green value is 208 (81.64% from 255 or 40.39% from 515); Blue value is 104 (41.02% from 255 or 20.19% from 515); Max value from RGB is 208 - color contains mainly: green. Hex color #CBD068 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD068 is #342F97. Grayscale: #C3C3C3. Windows color (decimal): -3420056 or 6869195. OLE color: 6869195.

HSL color Cylindrical-coordinate representation of color #CBD068: hue angle of 62.88º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CBD068 is Cyan = 0.02, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.18.

Color convert

RGB203208104-
CMYK0.0200.50.18
HSL62.88º52.53%61.18%-
HSV(B)62.88º50%81.57%-
XYZ49.6858.8121.83-
YUV194.6576.84133.96-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.42%
GREEN value IS 208 (81.64% from 255) = 40.39%
BLUE value IS 104 (41.02% from 255) = 20.19%
R=39.42%
G=40.39%
B=20.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2032081040.0200.50.1862.8852.5361.18
HexCBD0682032123f353d
Octal313320150206222776575
Binary1100101111010000110100010011001010010111111110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD068; }

 p { color: rgb(203,208,104); }

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

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

 a { background-color: rgb(203,208,104); }

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

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

 span { border-color: rgb(203,208,104); }

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