Html Css Color HEX #BCD155 Wild Willow

📋 copy color: '#BCD155'

red 188 ◦ green 209 ◦ blue 85

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

Shades of Wild Willow #BCD155

Tints of Wild Willow #BCD155

RGB

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

 GREEN value IS 209 (82.03% from 255) = 43.36%

 BLUE value IS 85 (33.59% from 255) = 17.63%

R = 39%
G = 43.36%
B = 17.63%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#BCD155 (or 0xBCD155) is known color: Wild Willow. HEX triplet: BC, D1 and 55. RGB value is (188,209,85). Sum of RGB (Red+Green+Blue) = 188+209+85=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 209 (82.03% from 255 or 43.36% from 482); Blue value is 85 (33.59% from 255 or 17.63% from 482); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD155 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD155 is #432EAA. Grayscale: #BDBDBD. Windows color (decimal): -4402859 or 5624252. OLE color: 5624252.

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

Color convert

RGB 188 209 85 -
CMYK 0.10 0 0.59 0.18
HSL 70.16º 0.57% 0.58% -
HSV(B) 70.16º 0.59% 0.82% -
XYZ 45.18 56.95 17.21 -
YUV 188.59 69.54 127.58 -
System Red Green Blue C M Y K H S L
Decimal 188 209 85 0.10 0 0.59 0.18 70.16 0.57 0.58
Hex BC D1 55 A 0 3B 12 46 39 3A
Octal 274 321 125 12 0 73 22 106 71 72
Binary 10111100 11010001 1010101 1010 0 111011 10010 1000110 111001 111010

Color Harmonies of #BCD155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD155

Black with #BCD155

Text Example


Text Example

White with #BCD155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD155; }

 p { color: rgb(188,209,85); }

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

background-color css

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

 a { background-color: rgb(188,209,85); }

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

border-color css

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

 span { border-color: rgb(188,209,85); }

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