Html Css Color HEX #BED352 Wild Willow

📋 copy color: '#BED352'

red 190 ◦ green 211 ◦ blue 82

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

Shades of Wild Willow #BED352

Tints of Wild Willow #BED352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 16.98%

R = 39.34%
G = 43.69%
B = 16.98%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#BED352 (or 0xBED352) is known color: Wild Willow. HEX triplet: BE, D3 and 52. RGB value is (190,211,82). Sum of RGB (Red+Green+Blue) = 190+211+82=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 211 (82.81% from 255 or 43.69% from 483); Blue value is 82 (32.42% from 255 or 16.98% from 483); Max value from RGB is 211 - color contains mainly: green. Hex color #BED352 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED352 is #412CAD. Grayscale: #BEBEBE. Windows color (decimal): -4271278 or 5428158. OLE color: 5428158.

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

Color convert

RGB 190 211 82 -
CMYK 0.10 0 0.61 0.17
HSL 69.77º 0.59% 0.57% -
HSV(B) 69.77º 0.61% 0.83% -
XYZ 46.05 58.14 16.78 -
YUV 190.02 67.04 127.99 -
System Red Green Blue C M Y K H S L
Decimal 190 211 82 0.10 0 0.61 0.17 69.77 0.59 0.57
Hex BE D3 52 A 0 3D 11 46 3B 39
Octal 276 323 122 12 0 75 21 106 73 71
Binary 10111110 11010011 1010010 1010 0 111101 10001 1000110 111011 111001

Color Harmonies of #BED352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED352

Black with #BED352

Text Example


Text Example

White with #BED352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED352; }

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

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

background-color css

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

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

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

border-color css

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

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

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