Html Css Color HEX #BCD070 Wild Willow

📋 copy color: '#BCD070'

red 188 ◦ green 208 ◦ blue 112

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

Shades of Wild Willow #BCD070

Tints of Wild Willow #BCD070

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.94%

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

R = 37.01%
G = 40.94%
B = 22.05%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#BCD070 (or 0xBCD070) is known color: Wild Willow. HEX triplet: BC, D0 and 70. RGB value is (188,208,112). Sum of RGB (Red+Green+Blue) = 188+208+112=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 208 (81.64% from 255 or 40.94% from 508); Blue value is 112 (44.14% from 255 or 22.05% from 508); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD070 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD070 is #432F8F. Grayscale: #BFBFBF. Windows color (decimal): -4403088 or 7393468. OLE color: 7393468.

HSL color Cylindrical-coordinate representation of color #BCD070: hue angle of 72.5º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BCD070 is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 208 112 -
CMYK 0.10 0 0.46 0.18
HSL 72.5º 0.51% 0.63% -
HSV(B) 72.5º 0.46% 0.82% -
XYZ 46.22 56.97 23.89 -
YUV 191.08 83.37 125.81 -
System Red Green Blue C M Y K H S L
Decimal 188 208 112 0.10 0 0.46 0.18 72.5 0.51 0.63
Hex BC D0 70 A 0 2E 12 48 33 3F
Octal 274 320 160 12 0 56 22 110 63 77
Binary 10111100 11010000 1110000 1010 0 101110 10010 1001000 110011 111111

Color Harmonies of #BCD070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD070

Black with #BCD070

Text Example


Text Example

White with #BCD070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD070; }

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

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

background-color css

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

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

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

border-color css

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

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

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