Html Css Color HEX #BCD365 Wild Willow

📋 copy color: '#BCD365'

red 188 ◦ green 211 ◦ blue 101

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

Shades of Wild Willow #BCD365

Tints of Wild Willow #BCD365

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.2%

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

R = 37.6%
G = 42.2%
B = 20.2%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.52

 K value IS 0.17

RGB Variations

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

Color information

#BCD365 (or 0xBCD365) is known color: Wild Willow. HEX triplet: BC, D3 and 65. RGB value is (188,211,101). Sum of RGB (Red+Green+Blue) = 188+211+101=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 211 (82.81% from 255 or 42.2% from 500); Blue value is 101 (39.84% from 255 or 20.2% from 500); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD365 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD365 is #432C9A. Grayscale: #C0C0C0. Windows color (decimal): -4402331 or 6673340. OLE color: 6673340.

HSL color Cylindrical-coordinate representation of color #BCD365: hue angle of 72.55º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BCD365 is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 211 101 -
CMYK 0.11 0 0.52 0.17
HSL 72.55º 0.56% 0.61% -
HSV(B) 72.55º 0.52% 0.83% -
XYZ 46.38 58.22 21.1 -
YUV 191.58 76.88 125.44 -
System Red Green Blue C M Y K H S L
Decimal 188 211 101 0.11 0 0.52 0.17 72.55 0.56 0.61
Hex BC D3 65 B 0 34 11 49 38 3D
Octal 274 323 145 13 0 64 21 111 70 75
Binary 10111100 11010011 1100101 1011 0 110100 10001 1001001 111000 111101

Color Harmonies of #BCD365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD365

Black with #BCD365

Text Example


Text Example

White with #BCD365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD365; }

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

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

background-color css

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

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

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

border-color css

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

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

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