#B7CD6B

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

Shades of Wild Willow #B7CD6B

Tints of Wild Willow #B7CD6B

Color information

#B7CD6B (or 0xB7CD6B) is unknown color: approx Wild Willow. HEX triplet: B7, CD and 6B. RGB value is (183,205,107). Sum of RGB (Red+Green+Blue) = 183+205+107=495 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.97% from 495); Green value is 205 (80.47% from 255 or 41.41% from 495); Blue value is 107 (42.19% from 255 or 21.62% from 495); Max value from RGB is 205 - color contains mainly: green. Hex color #B7CD6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7CD6B is #483294. Grayscale: #BBBBBB. Windows color (decimal): -4731541 or 7065015. OLE color: 7065015.

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

Color convert

RGB183205107-
CMYK0.1100.480.20
HSL73.47º49.49%61.18%-
HSV(B)73.47º47.8%80.39%-
XYZ44.0154.7922.17-
YUV187.2582.71124.97-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.97%
GREEN value IS 205 (80.47% from 255) = 41.41%
BLUE value IS 107 (42.19% from 255) = 21.62%
R=36.97%
G=41.41%
B=21.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1832051070.1100.480.2073.4749.4961.18
HexB7CD6BB0301449313d
Octal26731515313060241116175
Binary1011011111001101110101110110110000101001001001110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CD6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CD6B; }

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

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

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

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

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

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

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

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