Html Css Color HEX #BED671 Wild Willow

📋 copy color: '#BED671'

red 190 ◦ green 214 ◦ blue 113

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

Shades of Wild Willow #BED671

Tints of Wild Willow #BED671

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.39%

 BLUE value IS 113 (44.53% from 255) = 21.86%

R = 36.75%
G = 41.39%
B = 21.86%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#BED671 (or 0xBED671) is known color: Wild Willow. HEX triplet: BE, D6 and 71. RGB value is (190,214,113). Sum of RGB (Red+Green+Blue) = 190+214+113=517 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.75% from 517); Green value is 214 (83.98% from 255 or 41.39% from 517); Blue value is 113 (44.53% from 255 or 21.86% from 517); Max value from RGB is 214 - color contains mainly: green. Hex color #BED671 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED671 is #41298E. Grayscale: #C3C3C3. Windows color (decimal): -4270479 or 7460542. OLE color: 7460542.

HSL color Cylindrical-coordinate representation of color #BED671: hue angle of 74.26º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BED671 is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 214 113 -
CMYK 0.11 0 0.47 0.16
HSL 74.26º 0.55% 0.64% -
HSV(B) 74.26º 0.47% 0.84% -
XYZ 48.26 60.23 24.71 -
YUV 195.31 81.55 124.21 -
System Red Green Blue C M Y K H S L
Decimal 190 214 113 0.11 0 0.47 0.16 74.26 0.55 0.64
Hex BE D6 71 B 0 2F 10 4A 37 40
Octal 276 326 161 13 0 57 20 112 67 100
Binary 10111110 11010110 1110001 1011 0 101111 10000 1001010 110111 1000000

Color Harmonies of #BED671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED671

Black with #BED671

Text Example


Text Example

White with #BED671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED671; }

 p { color: rgb(190,214,113); }

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

background-color css

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

 a { background-color: rgb(190,214,113); }

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

border-color css

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

 span { border-color: rgb(190,214,113); }

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