Html Css Color HEX #BCD36F Wild Willow

📋 copy color: '#BCD36F'

red 188 ◦ green 211 ◦ blue 111

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

Shades of Wild Willow #BCD36F

Tints of Wild Willow #BCD36F

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.37%

 BLUE value IS 111 (43.75% from 255) = 21.76%

R = 36.86%
G = 41.37%
B = 21.76%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#BCD36F (or 0xBCD36F) is known color: Wild Willow. HEX triplet: BC, D3 and 6F. RGB value is (188,211,111). Sum of RGB (Red+Green+Blue) = 188+211+111=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 211 (82.81% from 255 or 41.37% from 510); Blue value is 111 (43.75% from 255 or 21.76% from 510); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD36F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD36F is #432C90. Grayscale: #C1C1C1. Windows color (decimal): -4402321 or 7328700. OLE color: 7328700.

HSL color Cylindrical-coordinate representation of color #BCD36F: hue angle of 73.8º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BCD36F is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 211 111 -
CMYK 0.11 0 0.47 0.17
HSL 73.8º 0.53% 0.63% -
HSV(B) 73.8º 0.47% 0.83% -
XYZ 46.9 58.43 23.84 -
YUV 192.72 81.88 124.63 -
System Red Green Blue C M Y K H S L
Decimal 188 211 111 0.11 0 0.47 0.17 73.8 0.53 0.63
Hex BC D3 6F B 0 2F 11 4A 35 3F
Octal 274 323 157 13 0 57 21 112 65 77
Binary 10111100 11010011 1101111 1011 0 101111 10001 1001010 110101 111111

Color Harmonies of #BCD36F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD36F

Black with #BCD36F

Text Example


Text Example

White with #BCD36F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD36F; }

 p { color: rgb(188,211,111); }

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

background-color css

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

 a { background-color: rgb(188,211,111); }

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

border-color css

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

 span { border-color: rgb(188,211,111); }

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