Html Css Color HEX #BCD055 Wild Willow

📋 copy color: '#BCD055'

red 188 ◦ green 208 ◦ blue 85

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

Shades of Wild Willow #BCD055

Tints of Wild Willow #BCD055

RGB

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

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

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

R = 39.09%
G = 43.24%
B = 17.67%

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

#BCD055 (or 0xBCD055) is known color: Wild Willow. HEX triplet: BC, D0 and 55. RGB value is (188,208,85). Sum of RGB (Red+Green+Blue) = 188+208+85=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 208 (81.64% from 255 or 43.24% from 481); Blue value is 85 (33.59% from 255 or 17.67% from 481); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD055 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD055 is #432FAA. Grayscale: #BCBCBC. Windows color (decimal): -4403115 or 5623996. OLE color: 5623996.

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

Color convert

RGB 188 208 85 -
CMYK 0.10 0 0.59 0.18
HSL 69.76º 0.57% 0.57% -
HSV(B) 69.76º 0.59% 0.82% -
XYZ 44.93 56.46 17.12 -
YUV 188 69.87 128 -
System Red Green Blue C M Y K H S L
Decimal 188 208 85 0.10 0 0.59 0.18 69.76 0.57 0.57
Hex BC D0 55 A 0 3B 12 46 39 39
Octal 274 320 125 12 0 73 22 106 71 71
Binary 10111100 11010000 1010101 1010 0 111011 10010 1000110 111001 111001

Color Harmonies of #BCD055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD055

Black with #BCD055

Text Example


Text Example

White with #BCD055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD055; }

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

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

background-color css

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

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

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

border-color css

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

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

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