Html Css Color HEX #BEC05F Wild Willow

📋 copy color: '#BEC05F'

red 190 ◦ green 192 ◦ blue 95

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

Shades of Wild Willow #BEC05F

Tints of Wild Willow #BEC05F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 19.92%

R = 39.83%
G = 40.25%
B = 19.92%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BEC05F (or 0xBEC05F) is known color: Wild Willow. HEX triplet: BE, C0 and 5F. RGB value is (190,192,95). Sum of RGB (Red+Green+Blue) = 190+192+95=477 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.83% from 477); Green value is 192 (75.39% from 255 or 40.25% from 477); Blue value is 95 (37.5% from 255 or 19.92% from 477); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC05F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC05F is #413FA0. Grayscale: #B4B4B4. Windows color (decimal): -4276129 or 6275262. OLE color: 6275262.

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

Color convert

RGB 190 192 95 -
CMYK 0.01 0 0.51 0.25
HSL 61.24º 0.43% 0.56% -
HSV(B) 61.24º 0.51% 0.75% -
XYZ 42.15 49.47 18.15 -
YUV 180.34 79.84 134.89 -
System Red Green Blue C M Y K H S L
Decimal 190 192 95 0.01 0 0.51 0.25 61.24 0.43 0.56
Hex BE C0 5F 1 0 33 19 3D 2B 38
Octal 276 300 137 1 0 63 31 75 53 70
Binary 10111110 11000000 1011111 1 0 110011 11001 111101 101011 111000

Color Harmonies of #BEC05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC05F

Black with #BEC05F

Text Example


Text Example

White with #BEC05F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC05F; }

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

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

background-color css

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

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

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

border-color css

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

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

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