Html Css Color HEX #BED152 Wild Willow

📋 copy color: '#BED152'

red 190 ◦ green 209 ◦ blue 82

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

Shades of Wild Willow #BED152

Tints of Wild Willow #BED152

RGB

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

 GREEN value IS 209 (82.03% from 255) = 43.45%

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

R = 39.5%
G = 43.45%
B = 17.05%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#BED152 (or 0xBED152) is known color: Wild Willow. HEX triplet: BE, D1 and 52. RGB value is (190,209,82). Sum of RGB (Red+Green+Blue) = 190+209+82=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 209 (82.03% from 255 or 43.45% from 481); Blue value is 82 (32.42% from 255 or 17.05% from 481); Max value from RGB is 209 - color contains mainly: green. Hex color #BED152 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED152 is #412EAD. Grayscale: #BDBDBD. Windows color (decimal): -4271790 or 5427646. OLE color: 5427646.

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

Color convert

RGB 190 209 82 -
CMYK 0.09 0 0.61 0.18
HSL 68.98º 0.58% 0.57% -
HSV(B) 68.98º 0.61% 0.82% -
XYZ 45.56 57.16 16.61 -
YUV 188.84 67.71 128.83 -
System Red Green Blue C M Y K H S L
Decimal 190 209 82 0.09 0 0.61 0.18 68.98 0.58 0.57
Hex BE D1 52 9 0 3D 12 45 3A 39
Octal 276 321 122 11 0 75 22 105 72 71
Binary 10111110 11010001 1010010 1001 0 111101 10010 1000101 111010 111001

Color Harmonies of #BED152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED152

Black with #BED152

Text Example


Text Example

White with #BED152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED152; }

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

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

background-color css

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

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

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

border-color css

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

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

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