Html Css Color HEX #BEC264 Wild Willow

📋 copy color: '#BEC264'

red 190 ◦ green 194 ◦ blue 100

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

Shades of Wild Willow #BEC264

Tints of Wild Willow #BEC264

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.08%

 BLUE value IS 100 (39.45% from 255) = 20.66%

R = 39.26%
G = 40.08%
B = 20.66%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#BEC264 (or 0xBEC264) is known color: Wild Willow. HEX triplet: BE, C2 and 64. RGB value is (190,194,100). Sum of RGB (Red+Green+Blue) = 190+194+100=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 194 (76.17% from 255 or 40.08% from 484); Blue value is 100 (39.45% from 255 or 20.66% from 484); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC264 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC264 is #413D9B. Grayscale: #B6B6B6. Windows color (decimal): -4275612 or 6603454. OLE color: 6603454.

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

Color convert

RGB 190 194 100 -
CMYK 0.02 0 0.48 0.24
HSL 62.55º 0.44% 0.58% -
HSV(B) 62.55º 0.48% 0.76% -
XYZ 42.83 50.45 19.54 -
YUV 182.09 81.67 133.64 -
System Red Green Blue C M Y K H S L
Decimal 190 194 100 0.02 0 0.48 0.24 62.55 0.44 0.58
Hex BE C2 64 2 0 30 18 3F 2C 3A
Octal 276 302 144 2 0 60 30 77 54 72
Binary 10111110 11000010 1100100 10 0 110000 11000 111111 101100 111010

Color Harmonies of #BEC264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC264

Black with #BEC264

Text Example


Text Example

White with #BEC264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC264; }

 p { color: rgb(190,194,100); }

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

background-color css

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

 a { background-color: rgb(190,194,100); }

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

border-color css

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

 span { border-color: rgb(190,194,100); }

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