Html Css Color HEX #BED360 Wild Willow

📋 copy color: '#BED360'

red 190 ◦ green 211 ◦ blue 96

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

Shades of Wild Willow #BED360

Tints of Wild Willow #BED360

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.45%

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

R = 38.23%
G = 42.45%
B = 19.32%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#BED360 (or 0xBED360) is known color: Wild Willow. HEX triplet: BE, D3 and 60. RGB value is (190,211,96). Sum of RGB (Red+Green+Blue) = 190+211+96=497 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.23% from 497); Green value is 211 (82.81% from 255 or 42.45% from 497); Blue value is 96 (37.89% from 255 or 19.32% from 497); Max value from RGB is 211 - color contains mainly: green. Hex color #BED360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED360 is #412C9F. Grayscale: #C0C0C0. Windows color (decimal): -4271264 or 6345662. OLE color: 6345662.

HSL color Cylindrical-coordinate representation of color #BED360: hue angle of 70.96º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BED360 is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB 190 211 96 -
CMYK 0.10 0 0.55 0.17
HSL 70.96º 0.57% 0.6% -
HSV(B) 70.96º 0.55% 0.83% -
XYZ 46.64 58.38 19.88 -
YUV 191.61 74.04 126.85 -
System Red Green Blue C M Y K H S L
Decimal 190 211 96 0.10 0 0.55 0.17 70.96 0.57 0.6
Hex BE D3 60 A 0 37 11 47 39 3C
Octal 276 323 140 12 0 67 21 107 71 74
Binary 10111110 11010011 1100000 1010 0 110111 10001 1000111 111001 111100

Color Harmonies of #BED360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED360

Black with #BED360

Text Example


Text Example

White with #BED360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED360; }

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

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

background-color css

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

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

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

border-color css

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

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

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