Html Css Color HEX #BCD669 Wild Willow

📋 copy color: '#BCD669'

red 188 ◦ green 214 ◦ blue 105

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

Shades of Wild Willow #BCD669

Tints of Wild Willow #BCD669

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.21%

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

R = 37.08%
G = 42.21%
B = 20.71%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#BCD669 (or 0xBCD669) is known color: Wild Willow. HEX triplet: BC, D6 and 69. RGB value is (188,214,105). Sum of RGB (Red+Green+Blue) = 188+214+105=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 214 (83.98% from 255 or 42.21% from 507); Blue value is 105 (41.41% from 255 or 20.71% from 507); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD669 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD669 is #432996. Grayscale: #C2C2C2. Windows color (decimal): -4401559 or 6936252. OLE color: 6936252.

HSL color Cylindrical-coordinate representation of color #BCD669: hue angle of 74.31º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BCD669 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 214 105 -
CMYK 0.12 0 0.51 0.16
HSL 74.31º 0.57% 0.63% -
HSV(B) 74.31º 0.51% 0.84% -
XYZ 47.34 59.8 22.41 -
YUV 193.8 77.89 123.86 -
System Red Green Blue C M Y K H S L
Decimal 188 214 105 0.12 0 0.51 0.16 74.31 0.57 0.63
Hex BC D6 69 C 0 33 10 4A 39 3F
Octal 274 326 151 14 0 63 20 112 71 77
Binary 10111100 11010110 1101001 1100 0 110011 10000 1001010 111001 111111

Color Harmonies of #BCD669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD669

Black with #BCD669

Text Example


Text Example

White with #BCD669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD669; }

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

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

background-color css

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

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

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

border-color css

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

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

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