Html Css Color HEX #BED570 Wild Willow

📋 copy color: '#BED570'

red 190 ◦ green 213 ◦ blue 112

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

Shades of Wild Willow #BED570

Tints of Wild Willow #BED570

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.36%

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

R = 36.89%
G = 41.36%
B = 21.75%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#BED570 (or 0xBED570) is known color: Wild Willow. HEX triplet: BE, D5 and 70. RGB value is (190,213,112). Sum of RGB (Red+Green+Blue) = 190+213+112=515 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.89% from 515); Green value is 213 (83.59% from 255 or 41.36% from 515); Blue value is 112 (44.14% from 255 or 21.75% from 515); Max value from RGB is 213 - color contains mainly: green. Hex color #BED570 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED570 is #412A8F. Grayscale: #C2C2C2. Windows color (decimal): -4270736 or 7394750. OLE color: 7394750.

HSL color Cylindrical-coordinate representation of color #BED570: hue angle of 73.66º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BED570 is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 213 112 -
CMYK 0.11 0 0.47 0.16
HSL 73.66º 0.55% 0.64% -
HSV(B) 73.66º 0.47% 0.84% -
XYZ 47.95 59.71 24.33 -
YUV 194.61 81.38 124.71 -
System Red Green Blue C M Y K H S L
Decimal 190 213 112 0.11 0 0.47 0.16 73.66 0.55 0.64
Hex BE D5 70 B 0 2F 10 4A 37 40
Octal 276 325 160 13 0 57 20 112 67 100
Binary 10111110 11010101 1110000 1011 0 101111 10000 1001010 110111 1000000

Color Harmonies of #BED570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED570

Black with #BED570

Text Example


Text Example

White with #BED570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED570; }

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

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

background-color css

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

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

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

border-color css

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

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

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