Html Css Color HEX #BCC166 Wild Willow

📋 copy color: '#BCC166'

red 188 ◦ green 193 ◦ blue 102

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

Shades of Wild Willow #BCC166

Tints of Wild Willow #BCC166

RGB

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

 GREEN value IS 193 (75.78% from 255) = 39.96%

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

R = 38.92%
G = 39.96%
B = 21.12%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#BCC166 (or 0xBCC166) is known color: Wild Willow. HEX triplet: BC, C1 and 66. RGB value is (188,193,102). Sum of RGB (Red+Green+Blue) = 188+193+102=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 193 (75.78% from 255 or 39.96% from 483); Blue value is 102 (40.23% from 255 or 21.12% from 483); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC166 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC166 is #433E99. Grayscale: #B5B5B5. Windows color (decimal): -4406938 or 6734268. OLE color: 6734268.

HSL color Cylindrical-coordinate representation of color #BCC166: hue angle of 63.3º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BCC166 is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 193 102 -
CMYK 0.03 0 0.47 0.24
HSL 63.3º 0.42% 0.58% -
HSV(B) 63.3º 0.47% 0.76% -
XYZ 42.21 49.79 19.96 -
YUV 181.13 83.34 132.9 -
System Red Green Blue C M Y K H S L
Decimal 188 193 102 0.03 0 0.47 0.24 63.3 0.42 0.58
Hex BC C1 66 3 0 2F 18 3F 2A 3A
Octal 274 301 146 3 0 57 30 77 52 72
Binary 10111100 11000001 1100110 11 0 101111 11000 111111 101010 111010

Color Harmonies of #BCC166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC166

Black with #BCC166

Text Example


Text Example

White with #BCC166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC166; }

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

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

background-color css

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

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

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

border-color css

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

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

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