Html Css Color HEX #BCC866 Wild Willow

📋 copy color: '#BCC866'

red 188 ◦ green 200 ◦ blue 102

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

Shades of Wild Willow #BCC866

Tints of Wild Willow #BCC866

RGB

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

 GREEN value IS 200 (78.52% from 255) = 40.82%

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

R = 38.37%
G = 40.82%
B = 20.82%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#BCC866 (or 0xBCC866) is known color: Wild Willow. HEX triplet: BC, C8 and 66. RGB value is (188,200,102). Sum of RGB (Red+Green+Blue) = 188+200+102=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 200 (78.52% from 255 or 40.82% from 490); Blue value is 102 (40.23% from 255 or 20.82% from 490); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC866 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC866 is #433799. Grayscale: #B9B9B9. Windows color (decimal): -4405146 or 6736060. OLE color: 6736060.

HSL color Cylindrical-coordinate representation of color #BCC866: hue angle of 67.35º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BCC866 is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 200 102 -
CMYK 0.06 0 0.49 0.22
HSL 67.35º 0.47% 0.59% -
HSV(B) 67.35º 0.49% 0.78% -
XYZ 43.79 52.96 20.48 -
YUV 185.24 81.02 129.97 -
System Red Green Blue C M Y K H S L
Decimal 188 200 102 0.06 0 0.49 0.22 67.35 0.47 0.59
Hex BC C8 66 6 0 31 16 43 2F 3B
Octal 274 310 146 6 0 61 26 103 57 73
Binary 10111100 11001000 1100110 110 0 110001 10110 1000011 101111 111011

Color Harmonies of #BCC866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC866

Black with #BCC866

Text Example


Text Example

White with #BCC866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC866; }

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

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

background-color css

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

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

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

border-color css

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

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

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