Html Css Color HEX #BED761 Wild Willow

📋 copy color: '#BED761'

red 190 ◦ green 215 ◦ blue 97

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

Shades of Wild Willow #BED761

Tints of Wild Willow #BED761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 19.32%

R = 37.85%
G = 42.83%
B = 19.32%

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

#BED761 (or 0xBED761) is known color: Wild Willow. HEX triplet: BE, D7 and 61. RGB value is (190,215,97). Sum of RGB (Red+Green+Blue) = 190+215+97=502 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.85% from 502); Green value is 215 (84.38% from 255 or 42.83% from 502); Blue value is 97 (38.28% from 255 or 19.32% from 502); Max value from RGB is 215 - color contains mainly: green. Hex color #BED761 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED761 is #41289E. Grayscale: #C2C2C2. Windows color (decimal): -4270239 or 6412222. OLE color: 6412222.

HSL color Cylindrical-coordinate representation of color #BED761: hue angle of 72.71º 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 #BED761 is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 215 97 -
CMYK 0.12 0 0.55 0.16
HSL 72.71º 0.6% 0.61% -
HSV(B) 72.71º 0.55% 0.84% -
XYZ 47.69 60.41 20.46 -
YUV 194.07 73.22 125.09 -
System Red Green Blue C M Y K H S L
Decimal 190 215 97 0.12 0 0.55 0.16 72.71 0.6 0.61
Hex BE D7 61 C 0 37 10 49 3C 3D
Octal 276 327 141 14 0 67 20 111 74 75
Binary 10111110 11010111 1100001 1100 0 110111 10000 1001001 111100 111101

Color Harmonies of #BED761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED761

Black with #BED761

Text Example


Text Example

White with #BED761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED761; }

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

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

background-color css

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

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

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

border-color css

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

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

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