Html Css Color HEX #BCC066 Wild Willow

📋 copy color: '#BCC066'

red 188 ◦ green 192 ◦ blue 102

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

Shades of Wild Willow #BCC066

Tints of Wild Willow #BCC066

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.83%

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

R = 39%
G = 39.83%
B = 21.16%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BCC066 (or 0xBCC066) is known color: Wild Willow. HEX triplet: BC, C0 and 66. RGB value is (188,192,102). Sum of RGB (Red+Green+Blue) = 188+192+102=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 192 (75.39% from 255 or 39.83% from 482); Blue value is 102 (40.23% from 255 or 21.16% from 482); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC066 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC066 is #433F99. Grayscale: #B4B4B4. Windows color (decimal): -4407194 or 6734012. OLE color: 6734012.

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

Color convert

RGB 188 192 102 -
CMYK 0.02 0 0.47 0.25
HSL 62.67º 0.42% 0.58% -
HSV(B) 62.67º 0.47% 0.75% -
XYZ 41.99 49.35 19.88 -
YUV 180.54 83.67 133.32 -
System Red Green Blue C M Y K H S L
Decimal 188 192 102 0.02 0 0.47 0.25 62.67 0.42 0.58
Hex BC C0 66 2 0 2F 19 3F 2A 3A
Octal 274 300 146 2 0 57 31 77 52 72
Binary 10111100 11000000 1100110 10 0 101111 11001 111111 101010 111010

Color Harmonies of #BCC066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC066

Black with #BCC066

Text Example


Text Example

White with #BCC066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC066; }

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

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

background-color css

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

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

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

border-color css

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

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

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