Html Css Color HEX #BECF64 Wild Willow

📋 copy color: '#BECF64'

red 190 ◦ green 207 ◦ blue 100

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

Shades of Wild Willow #BECF64

Tints of Wild Willow #BECF64

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.65%

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

R = 38.23%
G = 41.65%
B = 20.12%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#BECF64 (or 0xBECF64) is known color: Wild Willow. HEX triplet: BE, CF and 64. RGB value is (190,207,100). Sum of RGB (Red+Green+Blue) = 190+207+100=497 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.23% from 497); Green value is 207 (81.25% from 255 or 41.65% from 497); Blue value is 100 (39.45% from 255 or 20.12% from 497); Max value from RGB is 207 - color contains mainly: green. Hex color #BECF64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECF64 is #41309B. Grayscale: #BEBEBE. Windows color (decimal): -4272284 or 6606782. OLE color: 6606782.

HSL color Cylindrical-coordinate representation of color #BECF64: hue angle of 69.53º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BECF64 is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 207 100 -
CMYK 0.08 0 0.52 0.19
HSL 69.53º 0.53% 0.6% -
HSV(B) 69.53º 0.52% 0.81% -
XYZ 45.85 56.49 20.54 -
YUV 189.72 77.37 128.2 -
System Red Green Blue C M Y K H S L
Decimal 190 207 100 0.08 0 0.52 0.19 69.53 0.53 0.6
Hex BE CF 64 8 0 34 13 46 35 3C
Octal 276 317 144 10 0 64 23 106 65 74
Binary 10111110 11001111 1100100 1000 0 110100 10011 1000110 110101 111100

Color Harmonies of #BECF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECF64

Black with #BECF64

Text Example


Text Example

White with #BECF64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECF64; }

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

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

background-color css

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

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

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

border-color css

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

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

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