Html Css Color HEX #BCD668 Wild Willow

📋 copy color: '#BCD668'

red 188 ◦ green 214 ◦ blue 104

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

Shades of Wild Willow #BCD668

Tints of Wild Willow #BCD668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 20.55%

R = 37.15%
G = 42.29%
B = 20.55%

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

#BCD668 (or 0xBCD668) is known color: Wild Willow. HEX triplet: BC, D6 and 68. RGB value is (188,214,104). Sum of RGB (Red+Green+Blue) = 188+214+104=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 214 (83.98% from 255 or 42.29% from 506); Blue value is 104 (41.02% from 255 or 20.55% from 506); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD668 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD668 is #432997. Grayscale: #C2C2C2. Windows color (decimal): -4401560 or 6870716. OLE color: 6870716.

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

Color convert

RGB 188 214 104 -
CMYK 0.12 0 0.51 0.16
HSL 74.18º 0.57% 0.62% -
HSV(B) 74.18º 0.51% 0.84% -
XYZ 47.28 59.78 22.14 -
YUV 193.69 77.39 123.94 -
System Red Green Blue C M Y K H S L
Decimal 188 214 104 0.12 0 0.51 0.16 74.18 0.57 0.62
Hex BC D6 68 C 0 33 10 4A 39 3E
Octal 274 326 150 14 0 63 20 112 71 76
Binary 10111100 11010110 1101000 1100 0 110011 10000 1001010 111001 111110

Color Harmonies of #BCD668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD668

Black with #BCD668

Text Example


Text Example

White with #BCD668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD668; }

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

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

background-color css

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

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

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

border-color css

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

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

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