Html Css Color HEX #BCC665 Wild Willow

📋 copy color: '#BCC665'

red 188 ◦ green 198 ◦ blue 101

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

Shades of Wild Willow #BCC665

Tints of Wild Willow #BCC665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.74%

R = 38.6%
G = 40.66%
B = 20.74%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#BCC665 (or 0xBCC665) is known color: Wild Willow. HEX triplet: BC, C6 and 65. RGB value is (188,198,101). Sum of RGB (Red+Green+Blue) = 188+198+101=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 198 (77.73% from 255 or 40.66% from 487); Blue value is 101 (39.84% from 255 or 20.74% from 487); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC665 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC665 is #43399A. Grayscale: #B8B8B8. Windows color (decimal): -4405659 or 6670012. OLE color: 6670012.

HSL color Cylindrical-coordinate representation of color #BCC665: hue angle of 66.19º degrees, saturation: 0.46, 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 #BCC665 is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 198 101 -
CMYK 0.05 0 0.49 0.22
HSL 66.19º 0.46% 0.59% -
HSV(B) 66.19º 0.49% 0.78% -
XYZ 43.28 52.02 20.07 -
YUV 183.95 81.19 130.89 -
System Red Green Blue C M Y K H S L
Decimal 188 198 101 0.05 0 0.49 0.22 66.19 0.46 0.59
Hex BC C6 65 5 0 31 16 42 2E 3B
Octal 274 306 145 5 0 61 26 102 56 73
Binary 10111100 11000110 1100101 101 0 110001 10110 1000010 101110 111011

Color Harmonies of #BCC665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC665

Black with #BCC665

Text Example


Text Example

White with #BCC665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC665; }

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

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

background-color css

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

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

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

border-color css

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

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

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