Html Css Color HEX #BCD166 Wild Willow

📋 copy color: '#BCD166'

red 188 ◦ green 209 ◦ blue 102

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

Shades of Wild Willow #BCD166

Tints of Wild Willow #BCD166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 20.44%

R = 37.68%
G = 41.88%
B = 20.44%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#BCD166 (or 0xBCD166) is known color: Wild Willow. HEX triplet: BC, D1 and 66. RGB value is (188,209,102). Sum of RGB (Red+Green+Blue) = 188+209+102=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 209 (82.03% from 255 or 41.88% from 499); Blue value is 102 (40.23% from 255 or 20.44% from 499); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD166 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD166 is #432E99. Grayscale: #BEBEBE. Windows color (decimal): -4402842 or 6738364. OLE color: 6738364.

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

Color convert

RGB 188 209 102 -
CMYK 0.10 0 0.51 0.18
HSL 71.78º 0.54% 0.61% -
HSV(B) 71.78º 0.51% 0.82% -
XYZ 45.94 57.25 21.2 -
YUV 190.52 78.04 126.2 -
System Red Green Blue C M Y K H S L
Decimal 188 209 102 0.10 0 0.51 0.18 71.78 0.54 0.61
Hex BC D1 66 A 0 33 12 48 36 3D
Octal 274 321 146 12 0 63 22 110 66 75
Binary 10111100 11010001 1100110 1010 0 110011 10010 1001000 110110 111101

Color Harmonies of #BCD166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD166

Black with #BCD166

Text Example


Text Example

White with #BCD166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD166; }

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

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

background-color css

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

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

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

border-color css

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

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

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