Html Css Color HEX #BCC66B Wild Willow

📋 copy color: '#BCC66B'

red 188 ◦ green 198 ◦ blue 107

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

Shades of Wild Willow #BCC66B

Tints of Wild Willow #BCC66B

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40.16%

 BLUE value IS 107 (42.19% from 255) = 21.7%

R = 38.13%
G = 40.16%
B = 21.7%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#BCC66B (or 0xBCC66B) is known color: Wild Willow. HEX triplet: BC, C6 and 6B. RGB value is (188,198,107). Sum of RGB (Red+Green+Blue) = 188+198+107=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 198 (77.73% from 255 or 40.16% from 493); Blue value is 107 (42.19% from 255 or 21.70% from 493); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC66B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC66B is #433994. Grayscale: #B8B8B8. Windows color (decimal): -4405653 or 7063228. OLE color: 7063228.

HSL color Cylindrical-coordinate representation of color #BCC66B: hue angle of 66.59º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BCC66B is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 198 107 -
CMYK 0.05 0 0.46 0.22
HSL 66.59º 0.44% 0.6% -
HSV(B) 66.59º 0.46% 0.78% -
XYZ 43.59 52.14 21.68 -
YUV 184.64 84.19 130.4 -
System Red Green Blue C M Y K H S L
Decimal 188 198 107 0.05 0 0.46 0.22 66.59 0.44 0.6
Hex BC C6 6B 5 0 2E 16 43 2C 3C
Octal 274 306 153 5 0 56 26 103 54 74
Binary 10111100 11000110 1101011 101 0 101110 10110 1000011 101100 111100

Color Harmonies of #BCC66B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC66B

Black with #BCC66B

Text Example


Text Example

White with #BCC66B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC66B; }

 p { color: rgb(188,198,107); }

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

background-color css

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

 a { background-color: rgb(188,198,107); }

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

border-color css

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

 span { border-color: rgb(188,198,107); }

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