Html Css Color HEX #BCD16A Wild Willow

📋 copy color: '#BCD16A'

red 188 ◦ green 209 ◦ blue 106

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

Shades of Wild Willow #BCD16A

Tints of Wild Willow #BCD16A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.07%

R = 37.38%
G = 41.55%
B = 21.07%

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

#BCD16A (or 0xBCD16A) is known color: Wild Willow. HEX triplet: BC, D1 and 6A. RGB value is (188,209,106). Sum of RGB (Red+Green+Blue) = 188+209+106=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 209 (82.03% from 255 or 41.55% from 503); Blue value is 106 (41.80% from 255 or 21.07% from 503); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD16A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD16A is #432E95. Grayscale: #BFBFBF. Windows color (decimal): -4402838 or 7000508. OLE color: 7000508.

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

Color convert

RGB 188 209 106 -
CMYK 0.10 0 0.49 0.18
HSL 72.23º 0.53% 0.62% -
HSV(B) 72.23º 0.49% 0.82% -
XYZ 46.14 57.33 22.27 -
YUV 190.98 80.04 125.88 -
System Red Green Blue C M Y K H S L
Decimal 188 209 106 0.10 0 0.49 0.18 72.23 0.53 0.62
Hex BC D1 6A A 0 31 12 48 35 3E
Octal 274 321 152 12 0 61 22 110 65 76
Binary 10111100 11010001 1101010 1010 0 110001 10010 1001000 110101 111110

Color Harmonies of #BCD16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD16A

Black with #BCD16A

Text Example


Text Example

White with #BCD16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD16A; }

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

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

background-color css

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

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

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

border-color css

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

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

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