Html Css Color HEX #BEC062 Wild Willow

📋 copy color: '#BEC062'

red 190 ◦ green 192 ◦ blue 98

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

Shades of Wild Willow #BEC062

Tints of Wild Willow #BEC062

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40%

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

R = 39.58%
G = 40%
B = 20.42%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BEC062 (or 0xBEC062) is known color: Wild Willow. HEX triplet: BE, C0 and 62. RGB value is (190,192,98). Sum of RGB (Red+Green+Blue) = 190+192+98=480 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.58% from 480); Green value is 192 (75.39% from 255 or 40% from 480); Blue value is 98 (38.67% from 255 or 20.42% from 480); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC062 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC062 is #413F9D. Grayscale: #B5B5B5. Windows color (decimal): -4276126 or 6471870. OLE color: 6471870.

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

Color convert

RGB 190 192 98 -
CMYK 0.01 0 0.49 0.25
HSL 61.28º 0.43% 0.57% -
HSV(B) 61.28º 0.49% 0.75% -
XYZ 42.29 49.53 18.89 -
YUV 180.69 81.34 134.64 -
System Red Green Blue C M Y K H S L
Decimal 190 192 98 0.01 0 0.49 0.25 61.28 0.43 0.57
Hex BE C0 62 1 0 31 19 3D 2B 39
Octal 276 300 142 1 0 61 31 75 53 71
Binary 10111110 11000000 1100010 1 0 110001 11001 111101 101011 111001

Color Harmonies of #BEC062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC062

Black with #BEC062

Text Example


Text Example

White with #BEC062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC062; }

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

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

background-color css

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

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

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

border-color css

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

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

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