#CBCD6A

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

Shades of Wild Willow #CBCD6A

Tints of Wild Willow #CBCD6A

Color information

#CBCD6A (or 0xCBCD6A) is unknown color: approx Wild Willow. HEX triplet: CB, CD and 6A. RGB value is (203,205,106). Sum of RGB (Red+Green+Blue) = 203+205+106=514 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.49% from 514); Green value is 205 (80.47% from 255 or 39.88% from 514); Blue value is 106 (41.80% from 255 or 20.62% from 514); Max value from RGB is 205 - color contains mainly: green. Hex color #CBCD6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBCD6A is #343295. Grayscale: #C1C1C1. Windows color (decimal): -3420822 or 6999499. OLE color: 6999499.

HSL color Cylindrical-coordinate representation of color #CBCD6A: hue angle of 61.21º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CBCD6A is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.20.

Color convert

RGB203205106-
CMYK0.0100.480.20
HSL61.21º49.75%60.98%-
HSV(B)61.21º48.29%80.39%-
XYZ49.0657.422.13-
YUV193.1278.84135.05-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.49%
GREEN value IS 205 (80.47% from 255) = 39.88%
BLUE value IS 106 (41.80% from 255) = 20.62%
R=39.49%
G=39.88%
B=20.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2032051060.0100.480.2061.2149.7560.98
HexCBCD6A1030143d323d
Octal313315152106024756275
Binary110010111100110111010101011000010100111101110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCD6A; }

 p { color: rgb(203,205,106); }

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

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

 a { background-color: rgb(203,205,106); }

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

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

 span { border-color: rgb(203,205,106); }

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