Html Css Color HEX #BED268 Wild Willow

📋 copy color: '#BED268'

red 190 ◦ green 210 ◦ blue 104

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

Shades of Wild Willow #BED268

Tints of Wild Willow #BED268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 20.63%

R = 37.7%
G = 41.67%
B = 20.63%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#BED268 (or 0xBED268) is known color: Wild Willow. HEX triplet: BE, D2 and 68. RGB value is (190,210,104). Sum of RGB (Red+Green+Blue) = 190+210+104=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 210 (82.42% from 255 or 41.67% from 504); Blue value is 104 (41.02% from 255 or 20.63% from 504); Max value from RGB is 210 - color contains mainly: green. Hex color #BED268 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED268 is #412D97. Grayscale: #C0C0C0. Windows color (decimal): -4271512 or 6869694. OLE color: 6869694.

HSL color Cylindrical-coordinate representation of color #BED268: hue angle of 71.32º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BED268 is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 210 104 -
CMYK 0.10 0 0.50 0.18
HSL 71.32º 0.54% 0.62% -
HSV(B) 71.32º 0.5% 0.82% -
XYZ 46.78 58.04 21.83 -
YUV 191.94 78.37 126.62 -
System Red Green Blue C M Y K H S L
Decimal 190 210 104 0.10 0 0.50 0.18 71.32 0.54 0.62
Hex BE D2 68 A 0 32 12 47 36 3E
Octal 276 322 150 12 0 62 22 107 66 76
Binary 10111110 11010010 1101000 1010 0 110010 10010 1000111 110110 111110

Color Harmonies of #BED268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED268

Black with #BED268

Text Example


Text Example

White with #BED268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED268; }

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

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

background-color css

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

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

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

border-color css

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

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

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