Html Css Color HEX #BCD16E Wild Willow

📋 copy color: '#BCD16E'

red 188 ◦ green 209 ◦ blue 110

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

Shades of Wild Willow #BCD16E

Tints of Wild Willow #BCD16E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 21.7%

R = 37.08%
G = 41.22%
B = 21.7%

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

#BCD16E (or 0xBCD16E) is known color: Wild Willow. HEX triplet: BC, D1 and 6E. RGB value is (188,209,110). Sum of RGB (Red+Green+Blue) = 188+209+110=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 209 (82.03% from 255 or 41.22% from 507); Blue value is 110 (43.36% from 255 or 21.70% from 507); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD16E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD16E is #432E91. Grayscale: #BFBFBF. Windows color (decimal): -4402834 or 7262652. OLE color: 7262652.

HSL color Cylindrical-coordinate representation of color #BCD16E: hue angle of 72.73º degrees, saturation: 0.52, 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 #BCD16E is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 209 110 -
CMYK 0.10 0 0.47 0.18
HSL 72.73º 0.52% 0.63% -
HSV(B) 72.73º 0.47% 0.82% -
XYZ 46.35 57.42 23.39 -
YUV 191.44 82.04 125.55 -
System Red Green Blue C M Y K H S L
Decimal 188 209 110 0.10 0 0.47 0.18 72.73 0.52 0.63
Hex BC D1 6E A 0 2F 12 49 34 3F
Octal 274 321 156 12 0 57 22 111 64 77
Binary 10111100 11010001 1101110 1010 0 101111 10010 1001001 110100 111111

Color Harmonies of #BCD16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD16E

Black with #BCD16E

Text Example


Text Example

White with #BCD16E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD16E; }

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

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

background-color css

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

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

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

border-color css

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

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

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