#BECA68

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

Shades of Wild Willow #BECA68

Tints of Wild Willow #BECA68

Color information

#BECA68 (or 0xBECA68) is unknown color: approx Wild Willow. HEX triplet: BE, CA and 68. RGB value is (190,202,104). Sum of RGB (Red+Green+Blue) = 190+202+104=496 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.31% from 496); Green value is 202 (79.30% from 255 or 40.73% from 496); Blue value is 104 (41.02% from 255 or 20.97% from 496); Max value from RGB is 202 - color contains mainly: green. Hex color #BECA68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECA68 is #413597. Grayscale: #BBBBBB. Windows color (decimal): -4273560 or 6867646. OLE color: 6867646.

HSL color Cylindrical-coordinate representation of color #BECA68: hue angle of 67.35º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BECA68 is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.

Color convert

RGB190202104-
CMYK0.0600.490.21
HSL67.35º48.04%60%-
HSV(B)67.35º48.51%79.22%-
XYZ44.8554.1921.19-
YUV187.2481.02129.97-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.31%
GREEN value IS 202 (79.30% from 255) = 40.73%
BLUE value IS 104 (41.02% from 255) = 20.97%
R=38.31%
G=40.73%
B=20.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1902021040.0600.490.2167.3548.0460
HexBECA6860311543303c
Octal2763121506061251036074
Binary101111101100101011010001100110001101011000011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECA68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECA68; }

 p { color: rgb(190,202,104); }

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

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

 a { background-color: rgb(190,202,104); }

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

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

 span { border-color: rgb(190,202,104); }

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