Html Css Color HEX #BCC669 Wild Willow

📋 copy color: '#BCC669'

red 188 ◦ green 198 ◦ blue 105

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

Shades of Wild Willow #BCC669

Tints of Wild Willow #BCC669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 21.38%

R = 38.29%
G = 40.33%
B = 21.38%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#BCC669 (or 0xBCC669) is known color: Wild Willow. HEX triplet: BC, C6 and 69. RGB value is (188,198,105). Sum of RGB (Red+Green+Blue) = 188+198+105=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 198 (77.73% from 255 or 40.33% from 491); Blue value is 105 (41.41% from 255 or 21.38% from 491); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC669 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC669 is #433996. Grayscale: #B8B8B8. Windows color (decimal): -4405655 or 6932156. OLE color: 6932156.

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

Color convert

RGB 188 198 105 -
CMYK 0.05 0 0.47 0.22
HSL 66.45º 0.45% 0.59% -
HSV(B) 66.45º 0.47% 0.78% -
XYZ 43.48 52.1 21.13 -
YUV 184.41 83.19 130.56 -
System Red Green Blue C M Y K H S L
Decimal 188 198 105 0.05 0 0.47 0.22 66.45 0.45 0.59
Hex BC C6 69 5 0 2F 16 42 2D 3B
Octal 274 306 151 5 0 57 26 102 55 73
Binary 10111100 11000110 1101001 101 0 101111 10110 1000010 101101 111011

Color Harmonies of #BCC669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC669

Black with #BCC669

Text Example


Text Example

White with #BCC669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC669; }

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

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

background-color css

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

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

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

border-color css

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

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

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