Html Css Color HEX #BED75D Wild Willow

📋 copy color: '#BED75D'

red 190 ◦ green 215 ◦ blue 93

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

Shades of Wild Willow #BED75D

Tints of Wild Willow #BED75D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 43.17%

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

R = 38.15%
G = 43.17%
B = 18.67%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#BED75D (or 0xBED75D) is known color: Wild Willow. HEX triplet: BE, D7 and 5D. RGB value is (190,215,93). Sum of RGB (Red+Green+Blue) = 190+215+93=498 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.15% from 498); Green value is 215 (84.38% from 255 or 43.17% from 498); Blue value is 93 (36.72% from 255 or 18.67% from 498); Max value from RGB is 215 - color contains mainly: green. Hex color #BED75D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED75D is #4128A2. Grayscale: #C2C2C2. Windows color (decimal): -4270243 or 6150078. OLE color: 6150078.

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

Color convert

RGB 190 215 93 -
CMYK 0.12 0 0.57 0.16
HSL 72.3º 0.6% 0.6% -
HSV(B) 72.3º 0.57% 0.84% -
XYZ 47.51 60.34 19.5 -
YUV 193.62 71.22 125.42 -
System Red Green Blue C M Y K H S L
Decimal 190 215 93 0.12 0 0.57 0.16 72.3 0.6 0.6
Hex BE D7 5D C 0 39 10 48 3C 3C
Octal 276 327 135 14 0 71 20 110 74 74
Binary 10111110 11010111 1011101 1100 0 111001 10000 1001000 111100 111100

Color Harmonies of #BED75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED75D

Black with #BED75D

Text Example


Text Example

White with #BED75D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED75D; }

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

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

background-color css

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

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

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

border-color css

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

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

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