Html Css Color HEX #BED670 Wild Willow

📋 copy color: '#BED670'

red 190 ◦ green 214 ◦ blue 112

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

Shades of Wild Willow #BED670

Tints of Wild Willow #BED670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.71%

R = 36.82%
G = 41.47%
B = 21.71%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#BED670 (or 0xBED670) is known color: Wild Willow. HEX triplet: BE, D6 and 70. RGB value is (190,214,112). Sum of RGB (Red+Green+Blue) = 190+214+112=516 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.82% from 516); Green value is 214 (83.98% from 255 or 41.47% from 516); Blue value is 112 (44.14% from 255 or 21.71% from 516); Max value from RGB is 214 - color contains mainly: green. Hex color #BED670 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED670 is #41298F. Grayscale: #C3C3C3. Windows color (decimal): -4270480 or 7395006. OLE color: 7395006.

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

Color convert

RGB 190 214 112 -
CMYK 0.11 0 0.48 0.16
HSL 74.12º 0.55% 0.64% -
HSV(B) 74.12º 0.48% 0.84% -
XYZ 48.21 60.21 24.41 -
YUV 195.2 81.05 124.29 -
System Red Green Blue C M Y K H S L
Decimal 190 214 112 0.11 0 0.48 0.16 74.12 0.55 0.64
Hex BE D6 70 B 0 30 10 4A 37 40
Octal 276 326 160 13 0 60 20 112 67 100
Binary 10111110 11010110 1110000 1011 0 110000 10000 1001010 110111 1000000

Color Harmonies of #BED670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED670

Black with #BED670

Text Example


Text Example

White with #BED670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED670; }

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

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

background-color css

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

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

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

border-color css

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

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

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