Html Css Color HEX #BCD16B Wild Willow

📋 copy color: '#BCD16B'

red 188 ◦ green 209 ◦ blue 107

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

Shades of Wild Willow #BCD16B

Tints of Wild Willow #BCD16B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 21.23%

R = 37.3%
G = 41.47%
B = 21.23%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#BCD16B (or 0xBCD16B) is known color: Wild Willow. HEX triplet: BC, D1 and 6B. RGB value is (188,209,107). Sum of RGB (Red+Green+Blue) = 188+209+107=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 209 (82.03% from 255 or 41.47% from 504); Blue value is 107 (42.19% from 255 or 21.23% from 504); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD16B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD16B is #432E94. Grayscale: #BFBFBF. Windows color (decimal): -4402837 or 7066044. OLE color: 7066044.

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

Color convert

RGB 188 209 107 -
CMYK 0.10 0 0.49 0.18
HSL 72.35º 0.53% 0.62% -
HSV(B) 72.35º 0.49% 0.82% -
XYZ 46.19 57.35 22.55 -
YUV 191.09 80.54 125.79 -
System Red Green Blue C M Y K H S L
Decimal 188 209 107 0.10 0 0.49 0.18 72.35 0.53 0.62
Hex BC D1 6B A 0 31 12 48 35 3E
Octal 274 321 153 12 0 61 22 110 65 76
Binary 10111100 11010001 1101011 1010 0 110001 10010 1001000 110101 111110

Color Harmonies of #BCD16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD16B

Black with #BCD16B

Text Example


Text Example

White with #BCD16B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD16B; }

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

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

background-color css

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

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

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

border-color css

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

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

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