#B7CD68

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

Shades of Wild Willow #B7CD68

Tints of Wild Willow #B7CD68

Color information

#B7CD68 (or 0xB7CD68) is unknown color: approx Wild Willow. HEX triplet: B7, CD and 68. RGB value is (183,205,104). Sum of RGB (Red+Green+Blue) = 183+205+104=492 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.20% from 492); Green value is 205 (80.47% from 255 or 41.67% from 492); Blue value is 104 (41.02% from 255 or 21.14% from 492); Max value from RGB is 205 - color contains mainly: green. Hex color #B7CD68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7CD68 is #483297. Grayscale: #BBBBBB. Windows color (decimal): -4731544 or 6868407. OLE color: 6868407.

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

Color convert

RGB183205104-
CMYK0.1100.490.20
HSL73.07º50.25%60.59%-
HSV(B)73.07º49.27%80.39%-
XYZ43.8654.7321.35-
YUV186.9181.21125.21-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.20%
GREEN value IS 205 (80.47% from 255) = 41.67%
BLUE value IS 104 (41.02% from 255) = 21.14%
R=37.20%
G=41.67%
B=21.14%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1832051040.1100.490.2073.0750.2560.59
HexB7CD68B0311449323d
Octal26731515013061241116275
Binary1011011111001101110100010110110001101001001001110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CD68; }

 p { color: rgb(183,205,104); }

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

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

 a { background-color: rgb(183,205,104); }

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

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

 span { border-color: rgb(183,205,104); }

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