Html Css Color HEX #BEC162 Wild Willow

📋 copy color: '#BEC162'

red 190 ◦ green 193 ◦ blue 98

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

Shades of Wild Willow #BEC162

Tints of Wild Willow #BEC162

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.12%

 BLUE value IS 98 (38.67% from 255) = 20.37%

R = 39.5%
G = 40.12%
B = 20.37%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#BEC162 (or 0xBEC162) is known color: Wild Willow. HEX triplet: BE, C1 and 62. RGB value is (190,193,98). Sum of RGB (Red+Green+Blue) = 190+193+98=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 193 (75.78% from 255 or 40.12% from 481); Blue value is 98 (38.67% from 255 or 20.37% from 481); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC162 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC162 is #413E9D. Grayscale: #B5B5B5. Windows color (decimal): -4275870 or 6472126. OLE color: 6472126.

HSL color Cylindrical-coordinate representation of color #BEC162: hue angle of 61.89º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BEC162 is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB 190 193 98 -
CMYK 0.02 0 0.49 0.24
HSL 61.89º 0.43% 0.57% -
HSV(B) 61.89º 0.49% 0.76% -
XYZ 42.51 49.97 18.96 -
YUV 181.27 81.01 134.22 -
System Red Green Blue C M Y K H S L
Decimal 190 193 98 0.02 0 0.49 0.24 61.89 0.43 0.57
Hex BE C1 62 2 0 31 18 3E 2B 39
Octal 276 301 142 2 0 61 30 76 53 71
Binary 10111110 11000001 1100010 10 0 110001 11000 111110 101011 111001

Color Harmonies of #BEC162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC162

Black with #BEC162

Text Example


Text Example

White with #BEC162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC162; }

 p { color: rgb(190,193,98); }

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

background-color css

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

 a { background-color: rgb(190,193,98); }

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

border-color css

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

 span { border-color: rgb(190,193,98); }

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