Html Css Color HEX #BECF74 Wild Willow

📋 copy color: '#BECF74'

red 190 ◦ green 207 ◦ blue 116

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

Shades of Wild Willow #BECF74

Tints of Wild Willow #BECF74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.61%

R = 37.04%
G = 40.35%
B = 22.61%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#BECF74 (or 0xBECF74) is known color: Wild Willow. HEX triplet: BE, CF and 74. RGB value is (190,207,116). Sum of RGB (Red+Green+Blue) = 190+207+116=513 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.04% from 513); Green value is 207 (81.25% from 255 or 40.35% from 513); Blue value is 116 (45.70% from 255 or 22.61% from 513); Max value from RGB is 207 - color contains mainly: green. Hex color #BECF74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECF74 is #41308B. Grayscale: #BFBFBF. Windows color (decimal): -4272268 or 7655358. OLE color: 7655358.

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

Color convert

RGB 190 207 116 -
CMYK 0.08 0 0.44 0.19
HSL 71.21º 0.49% 0.63% -
HSV(B) 71.21º 0.44% 0.81% -
XYZ 46.7 56.83 25.03 -
YUV 191.54 85.37 126.9 -
System Red Green Blue C M Y K H S L
Decimal 190 207 116 0.08 0 0.44 0.19 71.21 0.49 0.63
Hex BE CF 74 8 0 2C 13 47 31 3F
Octal 276 317 164 10 0 54 23 107 61 77
Binary 10111110 11001111 1110100 1000 0 101100 10011 1000111 110001 111111

Color Harmonies of #BECF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECF74

Black with #BECF74

Text Example


Text Example

White with #BECF74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECF74; }

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

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

background-color css

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

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

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

border-color css

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

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

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