Html Css Color HEX #BCC164 Wild Willow

📋 copy color: '#BCC164'

red 188 ◦ green 193 ◦ blue 100

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

Shades of Wild Willow #BCC164

Tints of Wild Willow #BCC164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.79%

R = 39.09%
G = 40.12%
B = 20.79%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#BCC164 (or 0xBCC164) is known color: Wild Willow. HEX triplet: BC, C1 and 64. RGB value is (188,193,100). Sum of RGB (Red+Green+Blue) = 188+193+100=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 193 (75.78% from 255 or 40.12% from 481); Blue value is 100 (39.45% from 255 or 20.79% from 481); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC164 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC164 is #433E9B. Grayscale: #B5B5B5. Windows color (decimal): -4406940 or 6603196. OLE color: 6603196.

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

Color convert

RGB 188 193 100 -
CMYK 0.03 0 0.48 0.24
HSL 63.23º 0.43% 0.57% -
HSV(B) 63.23º 0.48% 0.76% -
XYZ 42.11 49.75 19.44 -
YUV 180.9 82.34 133.06 -
System Red Green Blue C M Y K H S L
Decimal 188 193 100 0.03 0 0.48 0.24 63.23 0.43 0.57
Hex BC C1 64 3 0 30 18 3F 2B 39
Octal 274 301 144 3 0 60 30 77 53 71
Binary 10111100 11000001 1100100 11 0 110000 11000 111111 101011 111001

Color Harmonies of #BCC164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC164

Black with #BCC164

Text Example


Text Example

White with #BCC164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC164; }

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

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

background-color css

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

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

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

border-color css

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

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

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