Html Css Color HEX #BED76C Wild Willow

📋 copy color: '#BED76C'

red 190 ◦ green 215 ◦ blue 108

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

Shades of Wild Willow #BED76C

Tints of Wild Willow #BED76C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 21.05%

R = 37.04%
G = 41.91%
B = 21.05%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#BED76C (or 0xBED76C) is known color: Wild Willow. HEX triplet: BE, D7 and 6C. RGB value is (190,215,108). Sum of RGB (Red+Green+Blue) = 190+215+108=513 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.04% from 513); Green value is 215 (84.38% from 255 or 41.91% from 513); Blue value is 108 (42.58% from 255 or 21.05% from 513); Max value from RGB is 215 - color contains mainly: green. Hex color #BED76C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED76C is #412893. Grayscale: #C3C3C3. Windows color (decimal): -4270228 or 7133118. OLE color: 7133118.

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

Color convert

RGB 190 215 108 -
CMYK 0.12 0 0.50 0.16
HSL 74.02º 0.57% 0.63% -
HSV(B) 74.02º 0.5% 0.84% -
XYZ 48.24 60.63 23.35 -
YUV 195.33 78.72 124.2 -
System Red Green Blue C M Y K H S L
Decimal 190 215 108 0.12 0 0.50 0.16 74.02 0.57 0.63
Hex BE D7 6C C 0 32 10 4A 39 3F
Octal 276 327 154 14 0 62 20 112 71 77
Binary 10111110 11010111 1101100 1100 0 110010 10000 1001010 111001 111111

Color Harmonies of #BED76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED76C

Black with #BED76C

Text Example


Text Example

White with #BED76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED76C; }

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

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

background-color css

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

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

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

border-color css

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

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

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