Html Css Color HEX #BED252 Wild Willow

📋 copy color: '#BED252'

red 190 ◦ green 210 ◦ blue 82

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

Shades of Wild Willow #BED252

Tints of Wild Willow #BED252

RGB

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

 GREEN value IS 210 (82.42% from 255) = 43.57%

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

R = 39.42%
G = 43.57%
B = 17.01%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#BED252 (or 0xBED252) is known color: Wild Willow. HEX triplet: BE, D2 and 52. RGB value is (190,210,82). Sum of RGB (Red+Green+Blue) = 190+210+82=482 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.42% from 482); Green value is 210 (82.42% from 255 or 43.57% from 482); Blue value is 82 (32.42% from 255 or 17.01% from 482); Max value from RGB is 210 - color contains mainly: green. Hex color #BED252 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED252 is #412DAD. Grayscale: #BDBDBD. Windows color (decimal): -4271534 or 5427902. OLE color: 5427902.

HSL color Cylindrical-coordinate representation of color #BED252: hue angle of 69.38º degrees, saturation: 0.59, 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 #BED252 is Cyan = 0.10, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 210 82 -
CMYK 0.10 0 0.61 0.18
HSL 69.38º 0.59% 0.57% -
HSV(B) 69.38º 0.61% 0.82% -
XYZ 45.8 57.65 16.7 -
YUV 189.43 67.37 128.41 -
System Red Green Blue C M Y K H S L
Decimal 190 210 82 0.10 0 0.61 0.18 69.38 0.59 0.57
Hex BE D2 52 A 0 3D 12 45 3B 39
Octal 276 322 122 12 0 75 22 105 73 71
Binary 10111110 11010010 1010010 1010 0 111101 10010 1000101 111011 111001

Color Harmonies of #BED252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED252

Black with #BED252

Text Example


Text Example

White with #BED252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED252; }

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

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

background-color css

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

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

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

border-color css

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

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

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