Html Css Color HEX #BED562 Wild Willow

📋 copy color: '#BED562'

red 190 ◦ green 213 ◦ blue 98

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

Shades of Wild Willow #BED562

Tints of Wild Willow #BED562

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.51%

 BLUE value IS 98 (38.67% from 255) = 19.56%

R = 37.92%
G = 42.51%
B = 19.56%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#BED562 (or 0xBED562) is known color: Wild Willow. HEX triplet: BE, D5 and 62. RGB value is (190,213,98). Sum of RGB (Red+Green+Blue) = 190+213+98=501 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.92% from 501); Green value is 213 (83.59% from 255 or 42.51% from 501); Blue value is 98 (38.67% from 255 or 19.56% from 501); Max value from RGB is 213 - color contains mainly: green. Hex color #BED562 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED562 is #412A9D. Grayscale: #C1C1C1. Windows color (decimal): -4270750 or 6477246. OLE color: 6477246.

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

Color convert

RGB 190 213 98 -
CMYK 0.11 0 0.54 0.16
HSL 72º 0.58% 0.61% -
HSV(B) 72º 0.54% 0.84% -
XYZ 47.23 59.42 20.53 -
YUV 193.01 74.38 125.85 -
System Red Green Blue C M Y K H S L
Decimal 190 213 98 0.11 0 0.54 0.16 72 0.58 0.61
Hex BE D5 62 B 0 36 10 48 3A 3D
Octal 276 325 142 13 0 66 20 110 72 75
Binary 10111110 11010101 1100010 1011 0 110110 10000 1001000 111010 111101

Color Harmonies of #BED562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED562

Black with #BED562

Text Example


Text Example

White with #BED562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED562; }

 p { color: rgb(190,213,98); }

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

background-color css

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

 a { background-color: rgb(190,213,98); }

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

border-color css

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

 span { border-color: rgb(190,213,98); }

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