Html Css Color HEX #BED760 Wild Willow

📋 copy color: '#BED760'

red 190 ◦ green 215 ◦ blue 96

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

Shades of Wild Willow #BED760

Tints of Wild Willow #BED760

RGB

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

 GREEN value IS 215 (84.38% from 255) = 42.91%

 BLUE value IS 96 (37.89% from 255) = 19.16%

R = 37.92%
G = 42.91%
B = 19.16%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#BED760 (or 0xBED760) is known color: Wild Willow. HEX triplet: BE, D7 and 60. RGB value is (190,215,96). Sum of RGB (Red+Green+Blue) = 190+215+96=501 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.92% from 501); Green value is 215 (84.38% from 255 or 42.91% from 501); Blue value is 96 (37.89% from 255 or 19.16% from 501); Max value from RGB is 215 - color contains mainly: green. Hex color #BED760 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED760 is #41289F. Grayscale: #C2C2C2. Windows color (decimal): -4270240 or 6346686. OLE color: 6346686.

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

Color convert

RGB 190 215 96 -
CMYK 0.12 0 0.55 0.16
HSL 72.61º 0.6% 0.61% -
HSV(B) 72.61º 0.55% 0.84% -
XYZ 47.65 60.39 20.21 -
YUV 193.96 72.72 125.18 -
System Red Green Blue C M Y K H S L
Decimal 190 215 96 0.12 0 0.55 0.16 72.61 0.6 0.61
Hex BE D7 60 C 0 37 10 49 3C 3D
Octal 276 327 140 14 0 67 20 111 74 75
Binary 10111110 11010111 1100000 1100 0 110111 10000 1001001 111100 111101

Color Harmonies of #BED760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED760

Black with #BED760

Text Example


Text Example

White with #BED760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED760; }

 p { color: rgb(190,215,96); }

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

background-color css

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

 a { background-color: rgb(190,215,96); }

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

border-color css

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

 span { border-color: rgb(190,215,96); }

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