Html Css Color HEX #BECA60 Wild Willow

📋 copy color: '#BECA60'

red 190 ◦ green 202 ◦ blue 96

#BECA60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Willow #BECA60

Tints of Wild Willow #BECA60

RGB

 RED value IS 190 (74.61% from 255) = 38.93%

 GREEN value IS 202 (79.3% from 255) = 41.39%

 BLUE value IS 96 (37.89% from 255) = 19.67%

R = 38.93%
G = 41.39%
B = 19.67%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#BECA60 (or 0xBECA60) is known color: Wild Willow. HEX triplet: BE, CA and 60. RGB value is (190,202,96). Sum of RGB (Red+Green+Blue) = 190+202+96=488 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.93% from 488); Green value is 202 (79.30% from 255 or 41.39% from 488); Blue value is 96 (37.89% from 255 or 19.67% from 488); Max value from RGB is 202 - color contains mainly: green. Hex color #BECA60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECA60 is #41359F. Grayscale: #BABABA. Windows color (decimal): -4273568 or 6343358. OLE color: 6343358.

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

Color convert

RGB 190 202 96 -
CMYK 0.06 0 0.52 0.21
HSL 66.79º 0.5% 0.58% -
HSV(B) 66.79º 0.52% 0.79% -
XYZ 44.47 54.03 19.15 -
YUV 186.33 77.02 130.62 -
System Red Green Blue C M Y K H S L
Decimal 190 202 96 0.06 0 0.52 0.21 66.79 0.5 0.58
Hex BE CA 60 6 0 34 15 43 32 3A
Octal 276 312 140 6 0 64 25 103 62 72
Binary 10111110 11001010 1100000 110 0 110100 10101 1000011 110010 111010

Color Harmonies of #BECA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECA60

Black with #BECA60

Text Example


Text Example

White with #BECA60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECA60; }

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

 H1.HeaderClassName
 {
   color: #BECA60;
 }
 .AnyTagClassName
 {
   color: #BECA60;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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