Html Css Color HEX #BED970 Wild Willow

📋 copy color: '#BED970'

red 190 ◦ green 217 ◦ blue 112

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

Shades of Wild Willow #BED970

Tints of Wild Willow #BED970

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.81%

 BLUE value IS 112 (44.14% from 255) = 21.58%

R = 36.61%
G = 41.81%
B = 21.58%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#BED970 (or 0xBED970) is known color: Wild Willow. HEX triplet: BE, D9 and 70. RGB value is (190,217,112). Sum of RGB (Red+Green+Blue) = 190+217+112=519 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.61% from 519); Green value is 217 (85.16% from 255 or 41.81% from 519); Blue value is 112 (44.14% from 255 or 21.58% from 519); Max value from RGB is 217 - color contains mainly: green. Hex color #BED970 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED970 is #41268F. Grayscale: #C5C5C5. Windows color (decimal): -4269712 or 7395774. OLE color: 7395774.

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

Color convert

RGB 190 217 112 -
CMYK 0.12 0 0.48 0.15
HSL 75.43º 0.58% 0.65% -
HSV(B) 75.43º 0.48% 0.85% -
XYZ 48.97 61.74 24.67 -
YUV 196.96 80.05 123.04 -
System Red Green Blue C M Y K H S L
Decimal 190 217 112 0.12 0 0.48 0.15 75.43 0.58 0.65
Hex BE D9 70 C 0 30 F 4B 3A 41
Octal 276 331 160 14 0 60 17 113 72 101
Binary 10111110 11011001 1110000 1100 0 110000 1111 1001011 111010 1000001

Color Harmonies of #BED970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED970

Black with #BED970

Text Example


Text Example

White with #BED970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED970; }

 p { color: rgb(190,217,112); }

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

background-color css

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

 a { background-color: rgb(190,217,112); }

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

border-color css

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

 span { border-color: rgb(190,217,112); }

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