Html Css Color HEX #BEC05C Wild Willow

📋 copy color: '#BEC05C'

red 190 ◦ green 192 ◦ blue 92

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

Shades of Wild Willow #BEC05C

Tints of Wild Willow #BEC05C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.41%

R = 40.08%
G = 40.51%
B = 19.41%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BEC05C (or 0xBEC05C) is known color: Wild Willow. HEX triplet: BE, C0 and 5C. RGB value is (190,192,92). Sum of RGB (Red+Green+Blue) = 190+192+92=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 192 (75.39% from 255 or 40.51% from 474); Blue value is 92 (36.33% from 255 or 19.41% from 474); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC05C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC05C is #413FA3. Grayscale: #B4B4B4. Windows color (decimal): -4276132 or 6078654. OLE color: 6078654.

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

Color convert

RGB 190 192 92 -
CMYK 0.01 0 0.52 0.25
HSL 61.2º 0.44% 0.56% -
HSV(B) 61.2º 0.52% 0.75% -
XYZ 42.02 49.42 17.45 -
YUV 180 78.34 135.13 -
System Red Green Blue C M Y K H S L
Decimal 190 192 92 0.01 0 0.52 0.25 61.2 0.44 0.56
Hex BE C0 5C 1 0 34 19 3D 2C 38
Octal 276 300 134 1 0 64 31 75 54 70
Binary 10111110 11000000 1011100 1 0 110100 11001 111101 101100 111000

Color Harmonies of #BEC05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC05C

Black with #BEC05C

Text Example


Text Example

White with #BEC05C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC05C; }

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

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

background-color css

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

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

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

border-color css

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

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

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