Html Css Color HEX #BCD06F Wild Willow

📋 copy color: '#BCD06F'

red 188 ◦ green 208 ◦ blue 111

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

Shades of Wild Willow #BCD06F

Tints of Wild Willow #BCD06F

RGB

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

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

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

R = 37.08%
G = 41.03%
B = 21.89%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#BCD06F (or 0xBCD06F) is known color: Wild Willow. HEX triplet: BC, D0 and 6F. RGB value is (188,208,111). Sum of RGB (Red+Green+Blue) = 188+208+111=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 208 (81.64% from 255 or 41.03% from 507); Blue value is 111 (43.75% from 255 or 21.89% from 507); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD06F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD06F is #432F90. Grayscale: #BFBFBF. Windows color (decimal): -4403089 or 7327932. OLE color: 7327932.

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

Color convert

RGB 188 208 111 -
CMYK 0.10 0 0.47 0.18
HSL 72.37º 0.51% 0.63% -
HSV(B) 72.37º 0.47% 0.82% -
XYZ 46.16 56.95 23.6 -
YUV 190.96 82.87 125.89 -
System Red Green Blue C M Y K H S L
Decimal 188 208 111 0.10 0 0.47 0.18 72.37 0.51 0.63
Hex BC D0 6F A 0 2F 12 48 33 3F
Octal 274 320 157 12 0 57 22 110 63 77
Binary 10111100 11010000 1101111 1010 0 101111 10010 1001000 110011 111111

Color Harmonies of #BCD06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD06F

Black with #BCD06F

Text Example


Text Example

White with #BCD06F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD06F; }

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

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

background-color css

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

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

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

border-color css

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

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

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