Html Css Color HEX #BED267 Wild Willow

📋 copy color: '#BED267'

red 190 ◦ green 210 ◦ blue 103

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

Shades of Wild Willow #BED267

Tints of Wild Willow #BED267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 20.48%

R = 37.77%
G = 41.75%
B = 20.48%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#BED267 (or 0xBED267) is known color: Wild Willow. HEX triplet: BE, D2 and 67. RGB value is (190,210,103). Sum of RGB (Red+Green+Blue) = 190+210+103=503 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.77% from 503); Green value is 210 (82.42% from 255 or 41.75% from 503); Blue value is 103 (40.62% from 255 or 20.48% from 503); Max value from RGB is 210 - color contains mainly: green. Hex color #BED267 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED267 is #412D98. Grayscale: #C0C0C0. Windows color (decimal): -4271513 or 6804158. OLE color: 6804158.

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

Color convert

RGB 190 210 103 -
CMYK 0.10 0 0.51 0.18
HSL 71.21º 0.54% 0.61% -
HSV(B) 71.21º 0.51% 0.82% -
XYZ 46.73 58.02 21.57 -
YUV 191.82 77.87 126.7 -
System Red Green Blue C M Y K H S L
Decimal 190 210 103 0.10 0 0.51 0.18 71.21 0.54 0.61
Hex BE D2 67 A 0 33 12 47 36 3D
Octal 276 322 147 12 0 63 22 107 66 75
Binary 10111110 11010010 1100111 1010 0 110011 10010 1000111 110110 111101

Color Harmonies of #BED267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED267

Black with #BED267

Text Example


Text Example

White with #BED267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED267; }

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

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

background-color css

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

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

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

border-color css

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

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

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