#BECD70

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

Shades of Wild Willow #BECD70

Tints of Wild Willow #BECD70

Color information

#BECD70 (or 0xBECD70) is unknown color: approx Wild Willow. HEX triplet: BE, CD and 70. RGB value is (190,205,112). Sum of RGB (Red+Green+Blue) = 190+205+112=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 205 (80.47% from 255 or 40.43% from 507); Blue value is 112 (44.14% from 255 or 22.09% from 507); Max value from RGB is 205 - color contains mainly: green. Hex color #BECD70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECD70 is #41328F. Grayscale: #BEBEBE. Windows color (decimal): -4272784 or 7392702. OLE color: 7392702.

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

Color convert

RGB190205112-
CMYK0.0700.450.20
HSL69.68º48.19%62.16%-
HSV(B)69.68º45.37%80.39%-
XYZ45.9955.7823.67-
YUV189.9184.03128.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.48%
GREEN value IS 205 (80.47% from 255) = 40.43%
BLUE value IS 112 (44.14% from 255) = 22.09%
R=37.48%
G=40.43%
B=22.09%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1902051120.0700.450.2069.6848.1962.16
HexBECD70702D1446303e
Octal2763151607055241066076
Binary101111101100110111100001110101101101001000110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECD70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECD70; }

 p { color: rgb(190,205,112); }

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

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

 a { background-color: rgb(190,205,112); }

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

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

 span { border-color: rgb(190,205,112); }

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