Html Css Color HEX #BED85D Wild Willow

📋 copy color: '#BED85D'

red 190 ◦ green 216 ◦ blue 93

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

Shades of Wild Willow #BED85D

Tints of Wild Willow #BED85D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 43.29%

 BLUE value IS 93 (36.72% from 255) = 18.64%

R = 38.08%
G = 43.29%
B = 18.64%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#BED85D (or 0xBED85D) is known color: Wild Willow. HEX triplet: BE, D8 and 5D. RGB value is (190,216,93). Sum of RGB (Red+Green+Blue) = 190+216+93=499 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38.08% from 499); Green value is 216 (84.77% from 255 or 43.29% from 499); Blue value is 93 (36.72% from 255 or 18.64% from 499); Max value from RGB is 216 - color contains mainly: green. Hex color #BED85D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED85D is #4127A2. Grayscale: #C2C2C2. Windows color (decimal): -4269987 or 6150334. OLE color: 6150334.

HSL color Cylindrical-coordinate representation of color #BED85D: hue angle of 72.68º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BED85D is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 216 93 -
CMYK 0.12 0 0.57 0.15
HSL 72.68º 0.61% 0.61% -
HSV(B) 72.68º 0.57% 0.85% -
XYZ 47.77 60.85 19.58 -
YUV 194.2 70.89 125 -
System Red Green Blue C M Y K H S L
Decimal 190 216 93 0.12 0 0.57 0.15 72.68 0.61 0.61
Hex BE D8 5D C 0 39 F 49 3D 3D
Octal 276 330 135 14 0 71 17 111 75 75
Binary 10111110 11011000 1011101 1100 0 111001 1111 1001001 111101 111101

Color Harmonies of #BED85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED85D

Black with #BED85D

Text Example


Text Example

White with #BED85D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED85D; }

 p { color: rgb(190,216,93); }

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

background-color css

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

 a { background-color: rgb(190,216,93); }

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

border-color css

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

 span { border-color: rgb(190,216,93); }

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