Html Css Color HEX #BECA6E Wild Willow

📋 copy color: '#BECA6E'

red 190 ◦ green 202 ◦ blue 110

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

Shades of Wild Willow #BECA6E

Tints of Wild Willow #BECA6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 21.91%

R = 37.85%
G = 40.24%
B = 21.91%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#BECA6E (or 0xBECA6E) is known color: Wild Willow. HEX triplet: BE, CA and 6E. RGB value is (190,202,110). Sum of RGB (Red+Green+Blue) = 190+202+110=502 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.85% from 502); Green value is 202 (79.30% from 255 or 40.24% from 502); Blue value is 110 (43.36% from 255 or 21.91% from 502); Max value from RGB is 202 - color contains mainly: green. Hex color #BECA6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECA6E is #413591. Grayscale: #BCBCBC. Windows color (decimal): -4273554 or 7260862. OLE color: 7260862.

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

Color convert

RGB 190 202 110 -
CMYK 0.06 0 0.46 0.21
HSL 67.83º 0.46% 0.61% -
HSV(B) 67.83º 0.46% 0.79% -
XYZ 45.17 54.31 22.85 -
YUV 187.92 84.02 129.48 -
System Red Green Blue C M Y K H S L
Decimal 190 202 110 0.06 0 0.46 0.21 67.83 0.46 0.61
Hex BE CA 6E 6 0 2E 15 44 2E 3D
Octal 276 312 156 6 0 56 25 104 56 75
Binary 10111110 11001010 1101110 110 0 101110 10101 1000100 101110 111101

Color Harmonies of #BECA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECA6E

Black with #BECA6E

Text Example


Text Example

White with #BECA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECA6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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