#CACD6B

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

Shades of Wild Willow #CACD6B

Tints of Wild Willow #CACD6B

Color information

#CACD6B (or 0xCACD6B) is unknown color: approx Wild Willow. HEX triplet: CA, CD and 6B. RGB value is (202,205,107). Sum of RGB (Red+Green+Blue) = 202+205+107=514 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.30% from 514); Green value is 205 (80.47% from 255 or 39.88% from 514); Blue value is 107 (42.19% from 255 or 20.82% from 514); Max value from RGB is 205 - color contains mainly: green. Hex color #CACD6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACD6B is #353294. Grayscale: #C1C1C1. Windows color (decimal): -3486357 or 7065034. OLE color: 7065034.

HSL color Cylindrical-coordinate representation of color #CACD6B: hue angle of 61.84º degrees, saturation: 0.49, 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 #CACD6B is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.20.

Color convert

RGB202205107-
CMYK0.0100.480.20
HSL61.84º49.49%61.18%-
HSV(B)61.84º47.8%80.39%-
XYZ48.8457.2822.39-
YUV192.9379.51134.47-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.30%
GREEN value IS 205 (80.47% from 255) = 39.88%
BLUE value IS 107 (42.19% from 255) = 20.82%
R=39.30%
G=39.88%
B=20.82%

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
Decimal2022051070.0100.480.2061.8449.4961.18
HexCACD6B1030143e313d
Octal312315153106024766175
Binary110010101100110111010111011000010100111110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACD6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACD6B; }

 p { color: rgb(202,205,107); }

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

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

 a { background-color: rgb(202,205,107); }

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

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

 span { border-color: rgb(202,205,107); }

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