#BECA54

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

Shades of Wild Willow #BECA54

Tints of Wild Willow #BECA54

Color information

#BECA54 (or 0xBECA54) is unknown color: approx Wild Willow. HEX triplet: BE, CA and 54. RGB value is (190,202,84). Sum of RGB (Red+Green+Blue) = 190+202+84=476 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.92% from 476); Green value is 202 (79.30% from 255 or 42.44% from 476); Blue value is 84 (33.20% from 255 or 17.65% from 476); Max value from RGB is 202 - color contains mainly: green. Hex color #BECA54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECA54 is #4135AB. Grayscale: #B9B9B9. Windows color (decimal): -4273580 or 5556926. OLE color: 5556926.

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

Color convert

RGB19020284-
CMYK0.0600.580.21
HSL66.1º52.68%56.08%-
HSV(B)66.1º58.42%79.22%-
XYZ43.9653.8316.46-
YUV184.9671.02131.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.92%
GREEN value IS 202 (79.30% from 255) = 42.44%
BLUE value IS 84 (33.20% from 255) = 17.65%
R=39.92%
G=42.44%
B=17.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal190202840.0600.580.2166.152.6856.08
HexBECA54603A15423538
Octal2763121246072251026570
Binary101111101100101010101001100111010101011000010110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECA54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECA54; }

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

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

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

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

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

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

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

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