Html Css Color HEX #BCD273 Wild Willow

📋 copy color: '#BCD273'

red 188 ◦ green 210 ◦ blue 115

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

Shades of Wild Willow #BCD273

Tints of Wild Willow #BCD273

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.94%

 BLUE value IS 115 (45.31% from 255) = 22.42%

R = 36.65%
G = 40.94%
B = 22.42%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#BCD273 (or 0xBCD273) is known color: Wild Willow. HEX triplet: BC, D2 and 73. RGB value is (188,210,115). Sum of RGB (Red+Green+Blue) = 188+210+115=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 210 (82.42% from 255 or 40.94% from 513); Blue value is 115 (45.31% from 255 or 22.42% from 513); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD273 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD273 is #432D8C. Grayscale: #C0C0C0. Windows color (decimal): -4402573 or 7590588. OLE color: 7590588.

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

Color convert

RGB 188 210 115 -
CMYK 0.10 0 0.45 0.18
HSL 73.89º 0.51% 0.64% -
HSV(B) 73.89º 0.45% 0.82% -
XYZ 46.88 58.02 24.95 -
YUV 192.59 84.21 124.72 -
System Red Green Blue C M Y K H S L
Decimal 188 210 115 0.10 0 0.45 0.18 73.89 0.51 0.64
Hex BC D2 73 A 0 2D 12 4A 33 40
Octal 274 322 163 12 0 55 22 112 63 100
Binary 10111100 11010010 1110011 1010 0 101101 10010 1001010 110011 1000000

Color Harmonies of #BCD273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD273

Black with #BCD273

Text Example


Text Example

White with #BCD273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD273; }

 p { color: rgb(188,210,115); }

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

background-color css

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

 a { background-color: rgb(188,210,115); }

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

border-color css

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

 span { border-color: rgb(188,210,115); }

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