Html Css Color HEX #BED054 Wild Willow

📋 copy color: '#BED054'

red 190 ◦ green 208 ◦ blue 84

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

Shades of Wild Willow #BED054

Tints of Wild Willow #BED054

RGB

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

 GREEN value IS 208 (81.64% from 255) = 43.15%

 BLUE value IS 84 (33.2% from 255) = 17.43%

R = 39.42%
G = 43.15%
B = 17.43%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#BED054 (or 0xBED054) is known color: Wild Willow. HEX triplet: BE, D0 and 54. RGB value is (190,208,84). Sum of RGB (Red+Green+Blue) = 190+208+84=482 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.42% from 482); Green value is 208 (81.64% from 255 or 43.15% from 482); Blue value is 84 (33.20% from 255 or 17.43% from 482); Max value from RGB is 208 - color contains mainly: green. Hex color #BED054 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED054 is #412FAB. Grayscale: #BCBCBC. Windows color (decimal): -4272044 or 5558462. OLE color: 5558462.

HSL color Cylindrical-coordinate representation of color #BED054: hue angle of 68.71º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BED054 is Cyan = 0.09, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 208 84 -
CMYK 0.09 0 0.60 0.18
HSL 68.71º 0.57% 0.57% -
HSV(B) 68.71º 0.6% 0.82% -
XYZ 45.39 56.7 16.94 -
YUV 188.48 69.04 129.08 -
System Red Green Blue C M Y K H S L
Decimal 190 208 84 0.09 0 0.60 0.18 68.71 0.57 0.57
Hex BE D0 54 9 0 3C 12 45 39 39
Octal 276 320 124 11 0 74 22 105 71 71
Binary 10111110 11010000 1010100 1001 0 111100 10010 1000101 111001 111001

Color Harmonies of #BED054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED054

Black with #BED054

Text Example


Text Example

White with #BED054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED054; }

 p { color: rgb(190,208,84); }

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

background-color css

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

 a { background-color: rgb(190,208,84); }

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

border-color css

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

 span { border-color: rgb(190,208,84); }

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