Html Css Color HEX #BED75C Wild Willow

📋 copy color: '#BED75C'

red 190 ◦ green 215 ◦ blue 92

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

Shades of Wild Willow #BED75C

Tints of Wild Willow #BED75C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 18.51%

R = 38.23%
G = 43.26%
B = 18.51%

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

#BED75C (or 0xBED75C) is known color: Wild Willow. HEX triplet: BE, D7 and 5C. RGB value is (190,215,92). Sum of RGB (Red+Green+Blue) = 190+215+92=497 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.23% from 497); Green value is 215 (84.38% from 255 or 43.26% from 497); Blue value is 92 (36.33% from 255 or 18.51% from 497); Max value from RGB is 215 - color contains mainly: green. Hex color #BED75C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED75C is #4128A3. Grayscale: #C1C1C1. Windows color (decimal): -4270244 or 6084542. OLE color: 6084542.

HSL color Cylindrical-coordinate representation of color #BED75C: hue angle of 72.2º degrees, saturation: 0.61, 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 #BED75C is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 215 92 -
CMYK 0.12 0 0.57 0.16
HSL 72.2º 0.61% 0.6% -
HSV(B) 72.2º 0.57% 0.84% -
XYZ 47.47 60.32 19.27 -
YUV 193.5 70.72 125.5 -
System Red Green Blue C M Y K H S L
Decimal 190 215 92 0.12 0 0.57 0.16 72.2 0.61 0.6
Hex BE D7 5C C 0 39 10 48 3D 3C
Octal 276 327 134 14 0 71 20 110 75 74
Binary 10111110 11010111 1011100 1100 0 111001 10000 1001000 111101 111100

Color Harmonies of #BED75C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED75C

Black with #BED75C

Text Example


Text Example

White with #BED75C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED75C; }

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

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

background-color css

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

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

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

border-color css

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

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

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