Html Css Color HEX #BECE64 Wild Willow

📋 copy color: '#BECE64'

red 190 ◦ green 206 ◦ blue 100

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

Shades of Wild Willow #BECE64

Tints of Wild Willow #BECE64

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.53%

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

R = 38.31%
G = 41.53%
B = 20.16%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#BECE64 (or 0xBECE64) is known color: Wild Willow. HEX triplet: BE, CE and 64. RGB value is (190,206,100). Sum of RGB (Red+Green+Blue) = 190+206+100=496 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.31% from 496); Green value is 206 (80.86% from 255 or 41.53% from 496); Blue value is 100 (39.45% from 255 or 20.16% from 496); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECE64 is #41319B. Grayscale: #BDBDBD. Windows color (decimal): -4272540 or 6606526. OLE color: 6606526.

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

Color convert

RGB 190 206 100 -
CMYK 0.08 0 0.51 0.19
HSL 69.06º 0.52% 0.6% -
HSV(B) 69.06º 0.51% 0.81% -
XYZ 45.61 56.01 20.46 -
YUV 189.13 77.7 128.62 -
System Red Green Blue C M Y K H S L
Decimal 190 206 100 0.08 0 0.51 0.19 69.06 0.52 0.6
Hex BE CE 64 8 0 33 13 45 34 3C
Octal 276 316 144 10 0 63 23 105 64 74
Binary 10111110 11001110 1100100 1000 0 110011 10011 1000101 110100 111100

Color Harmonies of #BECE64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECE64

Black with #BECE64

Text Example


Text Example

White with #BECE64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECE64; }

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

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

background-color css

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

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

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

border-color css

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

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

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