Html Css Color HEX #BEC268 Wild Willow

📋 copy color: '#BEC268'

red 190 ◦ green 194 ◦ blue 104

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

Shades of Wild Willow #BEC268

Tints of Wild Willow #BEC268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.31%

R = 38.93%
G = 39.75%
B = 21.31%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#BEC268 (or 0xBEC268) is known color: Wild Willow. HEX triplet: BE, C2 and 68. RGB value is (190,194,104). Sum of RGB (Red+Green+Blue) = 190+194+104=488 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.93% from 488); Green value is 194 (76.17% from 255 or 39.75% from 488); Blue value is 104 (41.02% from 255 or 21.31% from 488); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC268 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC268 is #413D97. Grayscale: #B6B6B6. Windows color (decimal): -4275608 or 6865598. OLE color: 6865598.

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

Color convert

RGB 190 194 104 -
CMYK 0.02 0 0.46 0.24
HSL 62.67º 0.42% 0.58% -
HSV(B) 62.67º 0.46% 0.76% -
XYZ 43.03 50.53 20.58 -
YUV 182.54 83.67 133.32 -
System Red Green Blue C M Y K H S L
Decimal 190 194 104 0.02 0 0.46 0.24 62.67 0.42 0.58
Hex BE C2 68 2 0 2E 18 3F 2A 3A
Octal 276 302 150 2 0 56 30 77 52 72
Binary 10111110 11000010 1101000 10 0 101110 11000 111111 101010 111010

Color Harmonies of #BEC268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC268

Black with #BEC268

Text Example


Text Example

White with #BEC268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC268; }

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

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

background-color css

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

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

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

border-color css

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

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

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