Html Css Color HEX #BCD570 Wild Willow

📋 copy color: '#BCD570'

red 188 ◦ green 213 ◦ blue 112

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

Shades of Wild Willow #BCD570

Tints of Wild Willow #BCD570

RGB

 RED value IS 188 (73.83% from 255) = 36.65%

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

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

R = 36.65%
G = 41.52%
B = 21.83%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#BCD570 (or 0xBCD570) is known color: Wild Willow. HEX triplet: BC, D5 and 70. RGB value is (188,213,112). Sum of RGB (Red+Green+Blue) = 188+213+112=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 213 (83.59% from 255 or 41.52% from 513); Blue value is 112 (44.14% from 255 or 21.83% from 513); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD570 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD570 is #432A8F. Grayscale: #C2C2C2. Windows color (decimal): -4401808 or 7394748. OLE color: 7394748.

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

Color convert

RGB 188 213 112 -
CMYK 0.12 0 0.47 0.16
HSL 74.85º 0.55% 0.64% -
HSV(B) 74.85º 0.47% 0.84% -
XYZ 47.46 59.45 24.3 -
YUV 194.01 81.72 123.71 -
System Red Green Blue C M Y K H S L
Decimal 188 213 112 0.12 0 0.47 0.16 74.85 0.55 0.64
Hex BC D5 70 C 0 2F 10 4B 37 40
Octal 274 325 160 14 0 57 20 113 67 100
Binary 10111100 11010101 1110000 1100 0 101111 10000 1001011 110111 1000000

Color Harmonies of #BCD570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD570

Black with #BCD570

Text Example


Text Example

White with #BCD570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD570; }

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

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

background-color css

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

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

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

border-color css

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

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

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